You can now execute multiple searches in a single bookmark.
Bookmarks can support multiple lines.
Use Shift + Enter to add a new line.
Each line can specify a separate search.
Searches are executed in order.
The following functions can be used to manipulate the results:
search-current-results:Search with the current results.
no-clear-selection:Do no clear the selection with the new search.
/setfilelist1Save the current results to a file list slot.
Examples:
Select the item with the longest length from each size duplicate group:
Code: Select all
distinctsort:size;name-length distinct:size
/select-all
no-clear-selection: dupesort:size;name-length dupe:size
Search Commands