view on file of each group in a list

Discussion related to "Everything" 1.5 Alpha.
Post Reply
sk2107
Posts: 324
Joined: Sun Aug 07, 2022 8:48 pm

view on file of each group in a list

Post by sk2107 »

Hello,
I have this search string which filters the duplicated files checking Name, Size, Modified Date.

duplicates:size;name;datemodified

Now list comes with a list of files that matches this criteria , my question is that is it possible to extend this search string to do the following:
To have the result of this criteria first and then view only the the files that have MD5 value .

What I do now is exporting the list to EFU file and then open it and filter the files with MD5 value.

Thank you.
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: view on file of each group in a list

Post by void »

Everything can only compare 3 properties when searching for duplicates.

Please try the following search:

dupe:size;name;md5

The md5 value is only gathered if the size and name is duplicated.
It may take some time to gather the content to calculate the md5.
sk2107
Posts: 324
Joined: Sun Aug 07, 2022 8:48 pm

Re: view on file of each group in a list

Post by sk2107 »

Thank you
Best regards
Post Reply