eg. when I search without regex using :
Code: Select all
temp\ docx
when I enable regex and match path and match case is off
Code: Select all
temp\\ docx
tried
Code: Select all
^c:\\temp\\ docx$
what am I doing wrong ?
maybe change search syntax a bit, like this, in order to make it clear to Everything how you want to search
Code: Select all
path:temp\\ file:docx$
You could keep the short-cut keys for users who are used to it AND provide some kind of "switches" inside the search syntax for user like me who don't like the short-cut keys.
Switches would have precendence over options in the menu