I have multiple partitions on my computer.
How can I tell Everything to search ONLY on partition D: for all entered search patterns?
Peter
How to restrict search to partition D: only?
Re: How to restrict search to partition D: only?
Please try < and > to group search terms:
Code: Select all
d: <*.png|*.bmp>
Re: How to restrict search to partition D: only?
Ok, thank you.
And a related question:
How do I exclude a certain pattern?
Assume I want to find all files containing
foobar
but NOT
dummy
?
Commonly a "NOT" is expressed by a minus before the pattern but
foobar -dummy
does not work.
How else can I define it?
And a related question:
How do I exclude a certain pattern?
Assume I want to find all files containing
foobar
but NOT
dummy
?
Commonly a "NOT" is expressed by a minus before the pattern but
foobar -dummy
does not work.
How else can I define it?
Re: How to restrict search to partition D: only?
Please use the ! for the NOT operator, eg:
For the full search syntax, please see:
http://www.voidtools.com/support/everything/searching/
Code: Select all
foobar !dummy
http://www.voidtools.com/support/everything/searching/
Re: How to restrict search to partition D: only?
Ok, thank it works.
But just again a question about the restriction for a certain partition.
As you said users have ALWAYS to type in at the beginning
D: ......
to restrict the search to partition D:
This is rather uncomfortable and annoying.
Is there really no way to "pre-define" d: as the one and only partition where to search for patterns?
Alternatively: can users somehow let AUTOMATICALLY add "d: " for every search?
if not: Could you add this feature in the next release?
Thank you
Peter
But just again a question about the restriction for a certain partition.
As you said users have ALWAYS to type in at the beginning
D: ......
to restrict the search to partition D:
This is rather uncomfortable and annoying.
Is there really no way to "pre-define" d: as the one and only partition where to search for patterns?
Alternatively: can users somehow let AUTOMATICALLY add "d: " for every search?
if not: Could you add this feature in the next release?
Thank you
Peter
Re: How to restrict search to partition D: only?
If you don't want to index other volumes, remove them from the index.
To remove volumes from the index:
To customize the filters:
Show the filter bar:
To remove volumes from the index:
- In Everything, from the Tools menu, click Options.
- Click the NTFS tab.
- For each volume you do not want in the index:
- Uncheck Include in database.
- Click OK.
To customize the filters:
- In Everything, from the Search menu, click Organize filters...
- Select the Everything filter and click Edit.
- Change the Search to:
Code: Select all
d:
- Click OK.
- Click New.
- Set Name to:
Code: Select all
Everything except d:
- Set the Search to:
Code: Select all
!d:
- Click OK.
- From the Search menu, click the Everything or Everything except d: filter.
- Right click the statusbar, click the Everything or Everything except d: filter.
Show the filter bar:
- From the View menu, click Filters.