!find-dupes:column1 doesn't show unmatched results

Discussion related to "Everything" 1.5 Alpha.
Post Reply
anmac1789
Posts: 668
Joined: Mon Aug 24, 2020 1:16 pm

!find-dupes:column1 doesn't show unmatched results

Post by anmac1789 »

Another problem with find-dupes: function. I have a custom column with different properties but using !find-dupes:column1 doesn't show any results, when it is supposed to. See screenshots
Screenshot 2023-07-25 193708.jpg
Screenshot 2023-07-25 193708.jpg (232.22 KiB) Viewed 1129 times

Screenshot 2023-07-25 193716.jpg
Screenshot 2023-07-25 193716.jpg (58.12 KiB) Viewed 1129 times
therube
Posts: 4955
Joined: Thu Sep 03, 2009 6:48 pm

Re: !find-dupes:column1 doesn't show unmatched results

Post by therube »

To note: 'folders: sort:name...' only applies to B:\sidecard\ (not to D:\Program Files\).

Likewise in your second shot.

If you want 'folders: sort:name...' to apply to both B: & D:, you need to put them in brackets <>.
<D:\Program Files\... | <B:\sidecard\...> folders: sort:name... ... !find-dupes:column1...
anmac1789
Posts: 668
Joined: Mon Aug 24, 2020 1:16 pm

Re: !find-dupes:column1 doesn't show unmatched results

Post by anmac1789 »

therube wrote: Wed Jul 26, 2023 2:46 pm To note: 'folders: sort:name...' only applies to B:\sidecard\ (not to D:\Program Files\).

Likewise in your second shot.

If you want 'folders: sort:name...' to apply to both B: & D:, you need to put them in brackets <>.
<D:\Program Files\... | <B:\sidecard\...> folders: sort:name... ... !find-dupes:column1...
Do you mean like this ?

<"D:\Program Files\WinRAR\sdcard"|"B:\sdcard"> "Android\data\com.azip.unrar.unzip.extractfile" folders: sort:name-ascending;dm-ascending column1:=name:,formatfiletime($dm:)


or like this?


<"D:\Program Files\WinRAR\sdcard">|<"B:\sdcard"> "Android\data\com.azip.unrar.unzip.extractfile" folders: sort:name-ascending;dm-ascending column1:=name:,formatfiletime($dm:)
void
Developer
Posts: 16669
Joined: Fri Oct 16, 2009 11:31 pm

Re: !find-dupes:column1 doesn't show unmatched results

Post by void »

Using sort: will specify the presort to use with find-dupes:

Please specify your sort after find-dupes:



OR has operator precedence so your | should work fine.
Post Reply