Possible to use wildcard in path separator search?

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

Possible to use wildcard in path separator search?

Post by Coldblackice »

I often use the path-separator ability to quickly whittle down a large resultant search set by excluding certain folders, e.g.:

Search:

Code: Select all

sqlite
But then seeing too many recently-modified files in the results from %AppData%\Firefox\Cache, causing the search results to "spam" cache file entries, I'll then add to the search:

Code: Select all

sqlite !\Cache
This instantly cuts out all the fast-changing cache files in the %AppData%\Firefox\Cache folder from the results. This is great, however, sometimes there are multiple directories with "Cache" somewhere in their file path. Unfortunately, I can't seem to get a wildcard to work in this situation, such as

Code: Select all

sqlite !\*cache
Is this possible? If not, could this ability be added to a future version?
void
Developer
Posts: 15431
Joined: Fri Oct 16, 2009 11:31 pm

Re: Possible to use wildcard in path separator search?

Post by void »

Please try searching for:
sqlite !*\*cache*

or please try disabling match whole filenames when using wildcards:
  • In Everything, from the Tools menu, click Options.
  • Click the Search tab on the left.
  • Uncheck Match whole filename when using wildcards.
  • Click OK.
  • Search for sqlite !\*cache
Post Reply