dupe with multiple properties not working with tolerance

Discussion related to "Everything" 1.5.
Post Reply
dougbenham
Posts: 34
Joined: Wed Mar 15, 2023 8:19 pm

dupe with multiple properties not working with tolerance

Post by dougbenham »

Set length_dupe_tolerance to non-zero (eg.
/length_dupe_tolerance=1500
).

Query looks like
dupe:stem;length


When length_dupe_tolerance is 0, it returns results. But after setting length_dupe_tolerance to non-zero, the dupes are no longer detected.

I also attempted to separate them with no luck (eg.
dupe:stem dupe:length
)
NotNull
Posts: 5961
Joined: Wed May 24, 2017 9:22 pm

Re: dupe with multiple properties not working with tolerance

Post by NotNull »

Sounds like an oversight. Thank you for reporting!
therube
Posts: 5723
Joined: Thu Sep 03, 2009 6:48 pm

Re: dupe with multiple properties not working with tolerance

Post by therube »

See if anything here might apply, viewtopic.php?p=67462#p67462 ?
therube
Posts: 5723
Joined: Thu Sep 03, 2009 6:48 pm

Re: dupe with multiple properties not working with tolerance

Post by therube »

I have set a tolerance of 900
And one of the searches that I keep open is,
distinct:size;name dupe:Length


That does seem to present correct results.
Now this is the search from the searchbar, not in a Filter (in case that matters ? [it might ?]).

One video is, 3 h 6 min 59 s 463 ms
And the other is, 3 h 6 min 59 s 286 ms
And the names & sizes are different, but the lengths are the "same", so they are correctly found.

(ps: the 2 videos are totally unrelated)
(and, of some of my dupe searches, it is probably one of the least useful ;-))
dougbenham
Posts: 34
Joined: Wed Mar 15, 2023 8:19 pm

Re: dupe with multiple properties not working with tolerance

Post by dougbenham »

This is still an issue.
void
Developer
Posts: 19870
Joined: Fri Oct 16, 2009 11:31 pm

Re: dupe with multiple properties not working with tolerance

Post by void »

Post Reply