cancel
Showing results for 
Search instead for 
Did you mean: 

How to search by filename in Explorer or Share?

jonvargas
Confirmed Champ
Confirmed Champ
Hi,

I ve been playing for a while trying to find uploaded documents by its filename with no success.

Currently I can find nodes by its content, but not their files names.

I am using Comunnity 3.4.D, is there some configuration that I should enable to search by file name too?

Thanks in advance.
1 REPLY 1

loftux
Star Contributor
Star Contributor
If you use quick search in share it does search filename by default. But lucene may think that "mydocumentname.doc" is one word, so in order to find by filename you have to use mydocumentname* to find it.

You can also try
name:mydocumentname* to search explicitly in file name
or
name:*pdf will find just pdf files.