How to set "\[search]" to only search on/within folders?

Discussion related to "Everything" 1.5 Alpha.
Post Reply
Coldblackice
Posts: 73
Joined: Sun Jul 13, 2014 12:20 am

How to set "\[search]" to only search on/within folders?

Post by Coldblackice »

I could've sworn it used to be that when searching for "\" with a term appended to it, Everything only searched for and within folders beginning with that term. So "\house" would find include all folders starting with "house", but also show all files within folders beginning with "house".

Now, however, it appears this functionality also applies to filenames, meaning that even filenames with "house" are included in these results. IMO this isn't very helpful since the same could be found (as far as files) by merely searching for the term without the "\" and instead an appended wildcard "*". As such, the functionality to quick-search folder names + files within those folder names is lost.

Is there a way to restore this functionality where "\" only applies to folder names and not filenames?
void
Developer
Posts: 15675
Joined: Fri Oct 16, 2009 11:31 pm

Re: How to set "\[search]" to only search on/within folders?

Post by void »

Please try disabling regex from the Search menu.

If you want to use regex, use \\ for a single literal \, for example:
regex:\\house
NotNull
Posts: 5334
Joined: Wed May 24, 2017 9:22 pm

Re: How to set "\[search]" to only search on/within folders?

Post by NotNull »

The backslash would work for folders *ending* with house: house\
Maybe that is what you remembered? I don't recollect it working the way you described.
Otherwise this should do:
\house*\
Post Reply