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?
Search selected partitions
-
ovg
- Posts: 295
- Joined: Thu Oct 27, 2016 7:19 pm
Re: Search selected partitions
Something like
Code: Select all
regex:[^efg]:\\ filename.ext-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: Search selected partitions
Just enter the drive letter.
Code: Select all
C: somethingtosearchfor
<C: | D:> somethingtosearchfor
-
void
- Developer
- Posts: 19903
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Search selected partitions
It's even easier with Everything 1.4, to search your C: and D: drive only, search for:
c:|d: filename.ext
c:|d: filename.ext
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: Search selected partitions
Oh.c:|d: filename.ext
That depends on the setting of: Options General | Search -> Operator precedence: (which in my case is AND > OR).