how do I limit searches in two specific folders?

General discussion related to "Everything".
Post Reply
swapjim
Posts: 3
Joined: Sun May 21, 2017 9:04 pm

how do I limit searches in two specific folders?

Post by swapjim »

I want to limit my searches in only two folders, each one located in a different drive:

Code: Select all

c:\tools
e:\downloads
The Options > Indexes > Folders takes time to scan, and I need to wait till the next scan to get a filename. I also tried to set the filter parent:c:\tools;parent:e:\downloads; from Search > Organize Filters, but that didn't work.

Is there a way?
ovg
Posts: 294
Joined: Thu Oct 27, 2016 7:19 pm

Re: how do I limit searches in two specific folders?

Post by ovg »

Try

Code: Select all

c:\tools|e:\downloads
swapjim
Posts: 3
Joined: Sun May 21, 2017 9:04 pm

Re: how do I limit searches in two specific folders?

Post by swapjim »

ovg wrote:Try

Code: Select all

c:\tools|e:\downloads
Didn't work. I got no results at all.
void
Developer
Posts: 16683
Joined: Fri Oct 16, 2009 11:31 pm

Re: how do I limit searches in two specific folders?

Post by void »

Please make sure regex is disabled from the Search menu.

You may need to use < and > in Everything 1.3:
<c:\tools|e:\downloads>
swapjim
Posts: 3
Joined: Sun May 21, 2017 9:04 pm

Re: how do I limit searches in two specific folders?

Post by swapjim »

void wrote:Please make sure regex is disabled from the Search menu.

You may need to use < and > in Everything 1.3:
<c:\tools|e:\downloads>
The '<' and '>' aren't necessary. I had Regex enabled in the Edit Filter window.

Thank you! That saved the day!
Post Reply