find-dupes needs improvement!
find-dupes needs improvement!
There seems to be a weird aspect of finding dupes that doesn't quite makes sense to me. My syntax is this:
comp:"C:\Users\azeem\Downloads\xiaomi folder and file test\xiaomi mi max";"This PC\MI MAX\Internal shared storage";"Z:\run\user\1000\gvfs\mtp:host=Xiaomi_MI_MAX_c39daf56\Internal shared storage" folders: add-column:column1 column1:=regular-expression-match-1:,name:,formatfiletime($dm:)
The comp: filter is
regex:#quote:#regex-escape:<#element:<search:,;,1>>(\\.*$)#quote: | regex:#quote:#regex-escape:<#element:<search:,;,2>>(\\.*$)#quote: | regex:#quote:#regex-escape:<#element:<search:,;,3>>(\\.*$)#quote: -add-column:regexmatch1
After I do !find-dupes:column1
it only shows one instance of the duplicate when it should show all duplicates for that particular file
comp:"C:\Users\azeem\Downloads\xiaomi folder and file test\xiaomi mi max";"This PC\MI MAX\Internal shared storage";"Z:\run\user\1000\gvfs\mtp:host=Xiaomi_MI_MAX_c39daf56\Internal shared storage" folders: add-column:column1 column1:=regular-expression-match-1:,name:,formatfiletime($dm:)
The comp: filter is
regex:#quote:#regex-escape:<#element:<search:,;,1>>(\\.*$)#quote: | regex:#quote:#regex-escape:<#element:<search:,;,2>>(\\.*$)#quote: | regex:#quote:#regex-escape:<#element:<search:,;,3>>(\\.*$)#quote: -add-column:regexmatch1
After I do !find-dupes:column1
it only shows one instance of the duplicate when it should show all duplicates for that particular file
Re: find-dupes needs improvement!
!find-dupes:column1 will find unique items which is what you are seeing.
Please try the following search to find duplicates:
dupe:column1
Find Duplicates
Please try the following search to find duplicates:
dupe:column1
Find Duplicates
Re: find-dupes needs improvement!
I think a better way would be if another column could calculate the number of intances of another column, so if column1 has 6 exact entries another column 2 could have 6 rows with the number "6" to identify how many dupes are foundvoid wrote: ↑Mon Mar 20, 2023 9:37 pm !find-dupes:column1 will find unique items which is what you are seeing.
Please try the following search to find duplicates:
dupe:column1
Find Duplicates
Re: find-dupes needs improvement!
Seems like !find-dupes:column1 is broken because I have about 512,924 then waiting a few minutes the total results goes down to 512,920...when I look for a custom column duplicate, then isolate the filename and start another instance of everything and search for only this filename, then I found another duplicate that matches it's name, size, and date modified. Why is this occuring ? It seems like the duplicates are taking too long to "exit" the results. Any now just before pressing submit on this post the total number of results is ...512,918
This is also showing that in the debug console mode, there are a variety of processes occuring
This is also showing that in the debug console mode, there are a variety of processes occuring
Re: find-dupes needs improvement!
Formatting the filetime for each file will be really slow.
find-dupes: is not a real-time search.
You'll need to perform a requery (change the search) to get up-to-date results.
find-dupes: is not a real-time search.
You'll need to perform a requery (change the search) to get up-to-date results.
Re: find-dupes needs improvement!
Everything will find duplicates once at the time of search.
The find duplicates command is not executed again for new, modified or deleted files/folders.
I will consider real-time support for finding duplicates.
To update your find duplicates command, change the search.
An easy way to do this is to add a space to the end of your search.
Don't expect good performance, formatting the filetime with assignable columns for half a million files will take a very long time.
The find duplicates command is not executed again for new, modified or deleted files/folders.
I will consider real-time support for finding duplicates.
To update your find duplicates command, change the search.
An easy way to do this is to add a space to the end of your search.
Don't expect good performance, formatting the filetime with assignable columns for half a million files will take a very long time.
Re: find-dupes needs improvement!
So everytime an index or folder is changed i have to re index the folder ?void wrote: ↑Thu Mar 23, 2023 1:02 am Everything will find duplicates once at the time of search.
The find duplicates command is not executed again for new, modified or deleted files/folders.
I will consider real-time support for finding duplicates.
To update your find duplicates command, change the search.
An easy way to do this is to add a space to the end of your search.
Don't expect good performance, formatting the filetime with assignable columns for half a million files will take a very long time.
Re: find-dupes needs improvement!
No, you don't need to re-index, only re-search.
Re: find-dupes needs improvement!
There seems to be an issue I don't quite understand. In the first attachment, you can see that there are no duplicates for that highlighted file even with !find-dupes:column.
But when searching for this specific filename in another window, there are duplicates which matches by name, size, date modified.
Re: find-dupes needs improvement!
!find-dupes:column1 will not find duplicates.
! = NOT
!find-dupes:column1 will find unique items. (not duplicated)
I'm probably misunderstanding something here, but it sounds like you want to search for duplicates?
Why are you using ! ?
Please try the following search to find duplicates:
find-dupes:column1
-or-
dupe:column1
! = NOT
!find-dupes:column1 will find unique items. (not duplicated)
I'm probably misunderstanding something here, but it sounds like you want to search for duplicates?
Why are you using ! ?
Please try the following search to find duplicates:
find-dupes:column1
-or-
dupe:column1
Re: find-dupes needs improvement!
Wait I think I found the problem, the problem was that in the first screenshot, in the search box I had a bunch of drive letters and in the 2nd screenshot I had just the filename, but if you look closer the duplicate was found in the second screenshot. So, I went back to the 1st screenshot and included the chinese phone and now, I have less results. What I am trying to do is to match duplicate files from the chinese phone and from all those USB's and external disk drives. I want to ! those duplicates and only see those files on the chinese phone that don't exist across eveywhere elsevoid wrote: ↑Thu Mar 23, 2023 2:15 am !find-dupes:column1 will not find duplicates.
! = NOT
!find-dupes:column1 will find unique items. (not duplicated)
I'm probably misunderstanding something here, but it sounds like you want to search for duplicates?
Why are you using ! ?
Please try the following search to find duplicates:
find-dupes:column1
-or-
dupe:column1