In Everything 1.5 'filenames' also includes thos in virtual folders, like "Control Panel\All Control Panel Items".
Like searching for ^con \adm - with Match Path enabled - will find "Control Panel\All Control Panel Items\Administrative Tools".
Haven't taken into account Virtual folders. That's a valid point.
I thought that if one wants to look in let's say C: for a file, he can just type C:, since all the root drives are unique already. No need to prefix with a caret.
[1] I am all for "Do as I say" instead of "Do as I want", because systems very seldom seem to understand what I want. So I prefer to "say" something different to get what I want
I agree with that statement.
..but - ^ and $ looked like a niche feature for people that tend to use regex on a regular basis so I thought improvement based on usability as opposed to consistency is applicable here.
Besides, the
help says filename would be matched, so I assumed it applied to the
filename in match path as well. ( I guess we could argue here what is filename until v1.6
)
void wrote: ↑Thu May 06, 2021 5:53 am
Could you please give an example as to how you are using Match Path?
Maybe I can improve path matching for you with this setting off.
I elaborated on my general workflow
Here
In general, it allows me to narrow my results using partial folder names containing what I'm looking for.
But as an example of how to use caret in search ( Match path enabled):
to find
C:\Windows\System32\Drivers\ETC\hosts
I would type:
prefix:hosts
Then
system
And that's it. I already see what I want.
with match path
Enabled I need to use
prefix: instead of
^hosts.
I tried to override caret with a macro
/define ^<search> prefix:search:
But that necessitates me to type
^: to apply. Don't like it so much. ( Not so regexy )