D: is mounted network drive,
D:\dls\a is my download location so it changes often,
when adding both D: and D:\dls\a to Indexes->Folders, I set two different rescan time to reduce unnecessary IO as D: not change that fast.
This cause same item under subdir repeatly showing itself in the list.
The column before Attribute is "Folder Depth", says the 2 files have 1 and 3 depths according to their base folders in indexes.
Is this designed on purpose?
IMO there should only 1 item and depth follows the uppermost basedir in indexes.
Duplicate items in result when adding dir and its subdir both into indexed folders
Re: Duplicate items in result when adding dir and its subdir both into indexed folders
Please consider only indexing D:\ to avoid duplicated results.
Re: Duplicate items in result when adding dir and its subdir both into indexed folders
I will consider options for each subfolder.
Thank you for the suggestion.
For now, please consider Including each subfolder under D:
I realize this is not ideal if you have a lot of subfolders.
There's a -rescan <path> command line option to rescan a subfolder.
For example, index D: and set the folder to never rescan.
Call to rescan the entire d: or call to rescan everything under only d:\dls\a
Setup a scheduled task as desired.
-rescan
There's also a /rescan <path> search command to rescan a subfolder.
Same as the -rescan command line option, except you can add this as a bookmark and call it from within Everything
For example:
/rescan d:
/rescan d:\dls\a
/rescan
Thank you for the suggestion.
For now, please consider Including each subfolder under D:
I realize this is not ideal if you have a lot of subfolders.
There's a -rescan <path> command line option to rescan a subfolder.
For example, index D: and set the folder to never rescan.
Call
Everything.exe -rescan d:
Everything.exe -rescan D:\dls\a
Setup a scheduled task as desired.
-rescan
There's also a /rescan <path> search command to rescan a subfolder.
Same as the -rescan command line option, except you can add this as a bookmark and call it from within Everything
For example:
/rescan d:
/rescan d:\dls\a
/rescan
Re: Duplicate items in result when adding dir and its subdir both into indexed folders
Thank you for the alternate methods. Good to know /rescan and -rescan work on subdirs