Discussion related to "Everything" 1.5 Alpha.
-
anmac1789
- Posts: 668
- Joined: Mon Aug 24, 2020 1:16 pm
Post
by anmac1789 »
There is another problem with finding duplicates. It has to do with finding duplicates when the file and folder have the same name. For example,
folder: IMG_1234.JPG
file: IMG_1234.JPG
When I assign a custom column such as
Code: Select all
column-1:name: find-dupes:column-1
then nothing is shown. Have a look at the screenshot
- Screenshot 2024-01-28 011022.jpg (87.25 KiB) Viewed 332 times
-
void
- Developer
- Posts: 16668
- Joined: Fri Oct 16, 2009 11:31 pm
Post
by void »
This is a limitation with Everything.
Everything has a file database and a folder database.
Only duplicates from a single database are found.
-
anmac1789
- Posts: 668
- Joined: Mon Aug 24, 2020 1:16 pm
Post
by anmac1789 »
void wrote: ↑Sun Jan 28, 2024 6:33 am
This is a limitation with Everything.
Everything has a file database and a folder database.
Only duplicates from a single database are found.
ahh I see ... I had to use the Name column to find the duplicates