I have these network shares indexed.
What I really need in this case to get meaningful results is to be able to narrow down the volumes from which search results will be displayed.
There are two ways I can use to search:
- Start Everything executable from a shortcut, which will begin the search across ALL 8 volumes (if i don't have a Home search set or Use Last Value enabled).
- Start Everything from the context menu of a particular volume to narrow down the search to that ONE volume.
I'd be remiss If I didn't tell you that I have not mapped any of the network shares to some drive letter; and have been using their UNC paths for indexing and searching. Which is why if I need to search volume 3, 4 and 7, I need to TYPE manually:
Code: Select all
"\\serverIP\volume3"|"\\serverIP\volume4"|"\\serverIP\volume7"
A check box type implementation to select the volumes to be searched comes to mind as a remedy, but i'm no software developer, so at best this is a suggestion.
Thanks in advance!