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-search:
Performs a new search.
Combine with savefilelist0: to savefilelist9:
savefilelistx: will save the current results (after combining) to the specified file list slot.
For example:
*.mp3 length:2mins..5mins savefilelist1: newsearch: childfilelist1:Find mp3 files with a length of 2 to 5 minutes, save the results to filelist1, create a new search and search for folders containing a file from filelist1.
New results are not added when using and-search:, or-search: or new-search:
Press F5 to refresh a multi-search.