I have two drives, C and D. I want Everything to search only one folder, say, D:\Work\.
I can exclude C:\, but I am not sure how I can exclude all other folders in D drive but for \Work\.
Also, under NTFS tab, C and D drives are both checked and I cannot remove them because as "remove" button is greyed out, resulting in duplicate results. Maybe this has something to do with above?
I think I used to be able to set up Everything to do this, but I might have changed some settings. I cannot figure out how to do that now. I'm using ver 1.4.1.877. Thank you.
Searching (indexing) certain folders
Re: Searching (indexing) certain folders
You need to use only NTFS tab in Options.
1. Select C drive in the Box
2. Disable "Include in database"
3. Select D drive in the Box
4. Insert in "Include Only:" D:\Work
1. Select C drive in the Box
2. Disable "Include in database"
3. Select D drive in the Box
4. Insert in "Include Only:" D:\Work
Re: Searching (indexing) certain folders
It worked, thank you!Stamimail wrote:You need to use only NTFS tab in Options.
1. Select C drive in the Box
2. Disable "Include in database"
3. Select D drive in the Box
4. Insert in "Include Only:" D:\Work
Then if I want to include multiple folders, what keyword do I need to insert in "Include Only:"?
Re: Searching (indexing) certain folders
Look at its tooltip. You need to use semi-colon as delimiter.
@void
semi-colon is a valid character for foldername.
and another idea for selecting/diselecting Drives/Folders for indexing can be like this.
@void
semi-colon is a valid character for foldername.
and another idea for selecting/diselecting Drives/Folders for indexing can be like this.
Re: Searching (indexing) certain folders
Not tested, but I expect "c:\foldername;with;semicolon";"c:\other;folder" to work (enclose foldernames in "" )Stamimail wrote:Look at its tooltip. You need to use semi-colon as delimiter.
semi-colon is a valid character for foldername.
Re: Searching (indexing) certain folders
I tested it before posting, it didn't work for some reason.NotNull wrote:Not tested, but I expect "c:\foldername;with;semicolon";"c:\other;folder" to work (enclose foldernames in "" )Stamimail wrote:Look at its tooltip. You need to use semi-colon as delimiter.
semi-colon is a valid character for foldername.
Re: Searching (indexing) certain folders
Thanks for testing!
you're right: doesn't work. It doesn't accept "" foldernames at all (like "c:\windows").
Then I'm all out of suggestions.
Maybe in a future version of Everything....
you're right: doesn't work. It doesn't accept "" foldernames at all (like "c:\windows").
Then I'm all out of suggestions.
Maybe in a future version of Everything....
Re: Searching (indexing) certain folders
I just tested, and using semicolon without "" worked, just like D:\A;D:\B.
Thank you for the tips!
Thank you for the tips!
Re: Searching (indexing) certain folders
Added to my TODO list: support quotes (") to escape ; for folder lists.