Intuitive syntax for wfn: (wholefilename:)

Have a suggestion for "Everything"? Please post it here.
Post Reply
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

Intuitive syntax for wfn: (wholefilename:)

Post by Stamimail »

"Windows" (double quotes)
""Program Files"" (double double quotes)

If you plan using variables, you will consider double double quotes also for filenames that don't have a space.
""Windows""
void
Developer
Posts: 15367
Joined: Fri Oct 16, 2009 11:31 pm

Re: Intuitive syntax for wfn: (wholefilename:)

Post by void »

Everything uses double quotes (") to escape spaces and operators.

There's a match_whole_words_when_using_quotes ini setting that will match whole words when using double quotes.

This might help with matching your exact filenames.

To enable match_whole_words_when_using_quotes:
  • Copy and paste the following into your Everything search box:
    /match_whole_words_when_using_quotes=1
  • Press ENTER in your Everything search box.
  • If successful, match_whole_words_when_using_quotes=1 is shown in the status bar for a few seconds.
I will consider options to match the whole filename and the option to use double double quotes ("")
Thank you for the suggestions.
Post Reply