Search selected partitions

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
burgundy
Posts: 264
Joined: Fri Oct 16, 2009 9:50 am

Search selected partitions

Post by burgundy »

Is there a way to search only selected partitions without going into Options and disabling the partitions I wish to ignore?

For example, let's assume I have partitions C: D: E: F: G: and all are indexed by Everything. For one search I might want Everything to show only what is on C: and D: (and ignore any hits on E: F: and G:).

Is this possible?
ovg
Posts: 294
Joined: Thu Oct 27, 2016 7:19 pm

Re: Search selected partitions

Post by ovg »

Something like

Code: Select all

regex:[^efg]:\\ filename.ext
therube
Posts: 4605
Joined: Thu Sep 03, 2009 6:48 pm

Re: Search selected partitions

Post by therube »

Just enter the drive letter.

Code: Select all

C:   somethingtosearchfor

<C: | D:>  somethingtosearchfor
void
Developer
Posts: 15289
Joined: Fri Oct 16, 2009 11:31 pm

Re: Search selected partitions

Post by void »

It's even easier with Everything 1.4, to search your C: and D: drive only, search for:
c:|d: filename.ext
therube
Posts: 4605
Joined: Thu Sep 03, 2009 6:48 pm

Re: Search selected partitions

Post by therube »

c:|d: filename.ext
Oh.
That depends on the setting of: Options General | Search -> Operator precedence: (which in my case is AND > OR).
Post Reply