Perform multiple independent searches and combine their results.
Each search is evaluated independently, allowing search functions such as count:, dupe:, and select-all: to be applied before the results are combined.
and-search:
Performs a new search and intersects its results with the current results.
For example:
dupe:size dupe-from:c:\windows\ and-search: !c:\windows\Find duplicates from c:\windows\, then hide the results from c:\windows\.
or-search:
Performs a new search and unions its results with the current results.
For example:
c:\windows\ count:10 sort:dm or-search: "c:\program files\" count:10 sort:dmFind the 10 latest files from c:\windows\ and combine them with the latest 10 files from C:\Program Files.
sonic select-all: or-search: tailsFind files whose filename contains sonic and select all of them.
Then find files whose filename contains tails and combine them with the existing results. The tails results remain unselected.
sonic tails select-all: or-search: sonicFind files whose filename contains sonic and tails and select all of them.
Then find files whose filename contains just sonic and combine them with the existing results. The sonic and tails results remain selected, while just the sonic results remain unselected.
New results are not added when using and-search: or or-search:
Press F5 to refresh a multi-search.