Hello,
Today I tried to use
*.py content:ALL_md5.db distinct:md5
to list one copy of the files witch contain the value ALL_md5.db but it is listing all files including duplicated MD5 values (as shown in the attached file)
Thank you
distinct is not working with content
Re: distinct is not working with content
Confirmed.
However, I did notice that when the content was indexed, results were as expected.
Using fromdisk:content: for non-indexed content again made dupe:/distinct:/.. fail
To check what content is indexed, go to: Menu => Tools => Options => Indexes => Content.
However, I did notice that when the content was indexed, results were as expected.
Using fromdisk:content: for non-indexed content again made dupe:/distinct:/.. fail
To check what content is indexed, go to: Menu => Tools => Options => Indexes => Content.
Re: distinct is not working with content
Thank you for your replay.
Actually I do not require content indexing because I rarely use it, and I do not want to add more load on the application.
Best Regards
Actually I do not require content indexing because I rarely use it, and I do not want to add more load on the application.
Best Regards
Re: distinct is not working with content
This is currently a limitation with Everything and the content: search.
content: searches are done in the background.
Background searches do not apply distinct:, unique: or dupe:
One work around is to search for your files first, save them to a filelist slot and then perform your distinct search:
The next alpha update will not do a background content search when using dupe:, unique: or distinct: and your search will work as expected.
content: searches are done in the background.
Background searches do not apply distinct:, unique: or dupe:
One work around is to search for your files first, save them to a filelist slot and then perform your distinct search:
- Search for:
*.py content:ALL_md5.db
- Select all files (Ctrl + A)
- Copy filenames (Ctrl + Shift + A)
- Search for:
filelist1: distinct:md5
- Right click the filelist1: text in your search box and click Edit File list Slot...
- Paste your filenames (Ctrl + V)
- Click OK.
The next alpha update will not do a background content search when using dupe:, unique: or distinct: and your search will work as expected.
Re: distinct is not working with content
Thank a lot.
Best Regards
Best Regards