How to search within results

General discussion related to "Everything".
Post Reply
DannyD
Posts: 1
Joined: Mon Jan 06, 2020 4:50 pm

How to search within results

Post by DannyD »

Is there a way to search within the results of a previous search?

For example, I used 'd: child:*.gdoc' to find all folders on D drive which contain a .gdoc file. Everything returned a long list of folders. Now, I would like to search within those folders for any duplicate files. I know how to search for duplicate files. I'm trying to figure out how to search only within a set of previous search results.

Is this possible in Everything?
therube
Posts: 4625
Joined: Thu Sep 03, 2009 6:48 pm

Re: How to search within results

Post by therube »

Note: dupe: works "globally".


Take your search, & add dupe: to it.

d: child:*.gdoc dupe:

Now that may show stuff like

d:\LETTERS\REAC\01hmanhudfin.gdoc
d:\LETTERS\EUDORA\ATTACH\01hmanhudfin.gdoc

& it may also show something like:

d:\LETTERS\CLEAN.0621\tmp\0830.gdoc

(where there is no corresponding name displaying,
because its' dupe: is being filtered out by your search parameters,
with the dupe: being, say here:

C:\TMP\0830.gdoc


Also note that dupe: only identifies file names that are dup'd, not necessarily contents (or anything else).


(There have been ways mentioned before, like exporting the results to a File List, importing that & modifying the search, that can give more accurate results to what you're looking for.)
programmablesoda
Posts: 18
Joined: Wed Jan 22, 2020 7:37 am

Re: How to search within results

Post by programmablesoda »

What worked for me is:
"original search term" and dupe:

By adding the "and" the dupe: is done on the results of the original search term! Amazing!
--
Fred
Post Reply