Which key words are case sensitive

General discussion related to "Everything".
Post Reply
searcher1
Posts: 24
Joined: Sun May 31, 2015 2:13 pm

Which key words are case sensitive

Post by searcher1 »

Hi

Of the existing keywords: Operators, Macros, Modifiers, Functions, Content Searching:
Which ones must be lower case? Which ones are case insensitive?

I just learned by trial and error:
"folder:" "file:" must be lower case.

Thank You
void
Developer
Posts: 16680
Joined: Fri Oct 16, 2009 11:31 pm

Re: Which key words are case sensitive

Post by void »

Operators are always case sensitive. (AND OR NOT)

Everything 1.4: macros, modifiers and functions are case sensitive.

Everything 1.5: macros, modifiers and functions are case insensitive.
-Everything 1.5 will do a case sensitive search for macros, modifiers and functions first.
-If there's no match, Everything 1.5 will then do a case insensitive search.



Content searching (content:) case sensitivity will depend on your Search menu -> Match Case setting.
searcher1
Posts: 24
Joined: Sun May 31, 2015 2:13 pm

Re: Which key words are case sensitive

Post by searcher1 »

Thanks a lot for clearing that up.
Post Reply