If you are experiencing problems with "Everything", post here for assistance.
burgundy
Posts: 273 Joined: Fri Oct 16, 2009 9:50 am
Post
by burgundy » Wed Sep 07, 2022 2:03 pm
It seems the search modifier
"folder:" (without quotations) can be used anywhere in the search terms. Either before or after the text string it qualifies.
If that is correct, why does the search shown below return results when the folder name and the file name are two separate things?
fred folder: filename:
therube
Posts: 4955 Joined: Thu Sep 03, 2009 6:48 pm
Post
by therube » Wed Sep 07, 2022 3:27 pm
It looks like folder: takes precedence over filename: (so filename: is essentially ignored).
froggie
Posts: 300 Joined: Wed Jun 12, 2013 10:43 pm
Post
by froggie » Wed Sep 07, 2022 10:48 pm
Is filename: a modifier?
file: is
file: folder: yields no results. Which makes sense.
void
Developer
Posts: 16680 Joined: Fri Oct 16, 2009 11:31 pm
Post
by void » Wed Sep 07, 2022 11:15 pm
Search Modifiers:
file: = match files only.
folder: = match folders only.
Search Functions:
filename: = match basename only (disables full path matching).
name: = match name part only (disables full path matching).