Limit the search to a single folder:

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
searcher1
Posts: 24
Joined: Sun May 31, 2015 2:13 pm

Limit the search to a single folder:

Post by searcher1 »

When using:
Limit the search to a single folder:
c:\windows\ !c:\windows\*\*

Is there a way to return multiple unique items from that folder without repeat the whole expression.

Example:
To return the folders: "Fonts", "Assembly" and "Resources" from "c:\windows\" I could use the following expression.

c:\windows\ !c:\windows\*\* Fonts |c:\windows\ !c:\windows\*\* Assembly| c:\windows\ !c:\windows\*\* Resources

Is there a more efficient way to do this.

Thank You
searcher1
Posts: 24
Joined: Sun May 31, 2015 2:13 pm

Re: Limit the search to a single folder:

Post by searcher1 »

Never mind. I got it
c:\windows\ !c:\windows\*\* <Fonts |Resources| Assembly>

Thankyou
therube
Posts: 4955
Joined: Thu Sep 03, 2009 6:48 pm

Re: Limit the search to a single folder:

Post by therube »

Perhaps something like:

Code: Select all

parents:3  c:/windows  <fonts | temp | assembly>  {term}
If all you wanted were folder names, you could use something like:

Code: Select all

child:  parents:2  c:/windows  <fonts | temp | cursors>
searcher1
Posts: 24
Joined: Sun May 31, 2015 2:13 pm

Re: Limit the search to a single folder:

Post by searcher1 »

Thank you for responding.

neither of these examples does anything.

I just copies and pasted the examples into the search box in everything
There must be something more to this that I am not aware of.

Regards
therube wrote:Perhaps something like:

Code: Select all

parents:3  c:/windows  <fonts | temp | assembly>  {term}
If all you wanted were folder names, you could use something like:

Code: Select all

child:  parents:2  c:/windows  <fonts | temp | cursors>
Post Reply