Modifiers.

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
nagan
Posts: 302
Joined: Thu Apr 18, 2013 11:44 am

Modifiers.

Post by nagan »

1.Any particular reason , why modifiers have to be lower case sensitive so long as the spelling and syntax are right.It is the query after the hyphen that is going to matter anyway..

2.Nofileonly and Nofolderonly leads to identical results for a search query...It includes names in both files and folders.
void
Developer
Posts: 16668
Joined: Fri Oct 16, 2009 11:31 pm

Re: Modifiers.

Post by void »

Everything macros, search modifiers and functions are case sensitive.
If you want modifiers in all/mixed caps you will need to define them in a filter or bookmark.
I will consider case insensitive macros, search modifiers and functions.
2.Nofileonly and Nofolderonly leads to identical results for a search query...It includes names in both files and folders.
This is correct.
The file: modifier will limit the search to files only.
The nofileonly: modifier will allow files.
The folder: modifier will limit the search to folders only.
The nofolderonly: modifier will allow folders.

The search:

Code: Select all

nofileonly: nofolderonly: 
means allow files and allow folders.
Post Reply