void wrote: Thu Nov 06, 2025 4:50 am
Possibly too many changes occurred since the old db backup.
If you want results now, try the current db (not the backup db) and check Tools -> Debug -> Statistics -> Build -> Last Rebuild Reason.
If it shows added new NTFS volume X:, then remove X: from Tools -> Options -> NTFS, click OK in the options window, terminate Everything and try again.
It's fine, I left it and its finished now.
I've tried the dupe-from: query and it works now

so my original question is solved, thank you for your help.
One more thing. How can I include to the index the calculated size;sha256 for the contents of any search I do with that query? Or is done automatically? And does it has a hit on performance in any way -I mean not when calculating but for the running process or during the start-? Like more RAM used?
I'm also wondering if there's a way to compare many folders between them to get a correlation of the amount of dupes. For example, I have 10 folders with dupes, and would like to get some kind of list with the amount of dupes that are in Folder A, and also in B, C, D etc sorted by the total amount of dupes in each folder against A (or against all of them if possible).
As example against A:
Folder A total files: 100.
Folder B total files: 100 of which 50 dupes, 25 present in A.
Folder C total files: 100 of which 50 dupes, 20 present in A.
Folder D total files: 100 of which 50 dupes, 15 present in A.
As example against all of them:
Folder A total files: 100 of which 50 dupes, 25 present in B, 15 present in C, 10 present in D.
etc
Is there a way to get this or anything similar?