------
First of all, great works on all this devs. Amazing tool!
------
Is there a way to exclude content indexing of ANY files when they are within a folder of certain name?
For example, I am indexing a folder on my hard drive "C:\Jims stuff". Within Jims Stuff I have many sub folders. Within some of those sub folders, I have folders called "! Machine CD" that includes many large PDF's that I dont want indexed. Unfortunately, the PDF's have varying names so I can not just exclude "this certain filename.pdf"
Is there a way I can add that exclusion to my current settings below?
Content indexing: Excluding folders of a certain name
Re: Content indexing: Excluding folders of a certain name
Thank you for your feedback nappyjim,
The ** will match all files under a ! Machine CD folder (including subfolders)
Yes, please change exclude files to:Is there a way to exclude content indexing of ANY files when they are within a folder of certain name?
! Machine CD\**
The ** will match all files under a ! Machine CD folder (including subfolders)
Re: Content indexing: Excluding folders of a certain name
I tried that but when it starts indexing and I hover over the file its currently working on, it is within a ! Machine CD folder.
Re: Content indexing: Excluding folders of a certain name
Maybe, ?
(That's not going to be it.)
The issue is the ! in the directory name.
(Well that's not really the issue, but it causes issues on Everything's end.)
And while we're here, I'll note that an Exclude Filter of will exclude a directory named, .
Maybe ?
But after that, I'm not sure how to add the closing \** into the mix, if that matters?
Or some other way to treat the ! as a literal?
\! Machine CD\**
(That's not going to be it.)
The issue is the ! in the directory name.
(Well that's not really the issue, but it causes issues on Everything's end.)
And while we're here, I'll note that an Exclude Filter of
! Machine CD\**
\Machine CD\
Maybe
regex:\! Machine CD
But after that, I'm not sure how to add the closing \** into the mix, if that matters?
Or some other way to treat the ! as a literal?
Re: Content indexing: Excluding folders of a certain name
What does Everything treat a ! as?
I have noticed I have to search for 'machine cd' and not '! machine cd'
I have noticed I have to search for 'machine cd' and not '! machine cd'
Re: Content indexing: Excluding folders of a certain name
! is typically a NOT operator.
So if you wanted to search for ducks, you could search,.
And if you wanted to see anything except for ducks, or NOT a duck,.
Windows assigns no special meaning to !.
Though it seems that Everything, in the Exclude (Include) sections does assign some meaning to !, so to search, include or exclude successfully, you need to say ! should simply be ! & not something "special".
With regex: you can remove "special" meanings by escaping the "special" character with a back-slash (\), so \!, says threat ! as ! & nothing more.
Likewise, in your search, if you enclose ! Machine CD in quotes, "! Machine CD" that is sufficient.
(But I'm not sure how to do the same in the Exclude dialog?)
So if you wanted to search for ducks, you could search,
ducks
And if you wanted to see anything except for ducks, or NOT a duck,
!ducks
Windows assigns no special meaning to !.
Though it seems that Everything, in the Exclude (Include) sections does assign some meaning to !, so to search, include or exclude successfully, you need to say ! should simply be ! & not something "special".
With regex: you can remove "special" meanings by escaping the "special" character with a back-slash (\), so \!, says threat ! as ! & nothing more.
Likewise, in your search, if you enclose ! Machine CD in quotes, "! Machine CD" that is sufficient.
(But I'm not sure how to do the same in the Exclude dialog?)
Re: Content indexing: Excluding folders of a certain name
! Machine CD\**
Search Operators are not applied to exclude filters.
Are you indexing any properties under Tools -> Options -> Properties?
-If yes, these are also shown in the "Indexing" status on the content option page.
Re: Content indexing: Excluding folders of a certain name
My properties are empty. Do I need to have something here?
Re: Content indexing: Excluding folders of a certain name
Ah, the filter is in the wrong spot..
Please clear your Exclude folders filter.
Please change your Exclude files filter to:
-or-
Change your Exclude folders to:
Please clear your Exclude folders filter.
Please change your Exclude files filter to:
! Machine CD\**
-or-
Change your Exclude folders to:
! Machine CD
Re: Content indexing: Excluding folders of a certain name
Void, I found out the same thing at the same time running a smaller scale test. Just doing ! Machine CD in exclude folders, worked! Excellent!