I know how to Add Filter in the Options dialog, but is there a way to exclude folders directly in the search box?
So for example, I have this in search box:
*.doc* | *.xl* !*.lnk
which will search for Word and Excel files but will leave out shortcut (.lnk) files. But it also returns a bunch of folders which I'd also like to exclude.
I tried !folder: but that didn't work. Thanks
Exclude folders from results?
Re: Exclude folders from results?
Thanks for reporting this, it looks like a bug.
!folder: should work, but the space after !folder: is not breaking the terms.
I am looking into it...
!folder: should work, but the space after !folder: is not breaking the terms.
I am looking into it...
Re: Exclude folders from results?
I just upgraded to 1.3.0.632b.void wrote:Thanks for reporting this, it looks like a bug.
!folder: should work, but the space after !folder: is not breaking the terms.
I am looking into it...
*.doc* | *.xl* !*.lnk !folder: now works for me.
This doesn't work though and I'm not sure if it should: !folder: *.doc* | *.xl* !*.lnk
Re: Exclude folders from results?
Yes, !folder: will only work if it comes last, otherwise it will eat all the other terms.
-
- Posts: 1
- Joined: Thu Jan 31, 2013 5:51 pm
Re: Exclude folders from results?
burma wrote:void wrote: *.doc* | *.xl* !*.lnk !folder: now works for me.
This doesn't work though and I'm not sure if it should: !folder: *.doc* | *.xl* !*.lnk
By adding the pointed brackets, ie: <!folder:>
the clause can be placed anywhere without problem.
To eliminate the hassle of having to type the extra brackets, add a filter for <!folder:>.
eg: nfld: for no folders.
BTW, I must say Everything is by far the most helpful tool I've ever used in the Windows environment.
Thank you.
Re: Exclude folders from results?
Hi!
I added to exclude folders list filter ?:\$Recycle.Bin\* to exclude Recycle on all drives from search result.
Why this do not work?
I added to exclude folders list filter ?:\$Recycle.Bin\* to exclude Recycle on all drives from search result.
Why this do not work?
Re: Exclude folders from results?
This is a bug, thanks for reporting it.I added to exclude folders list filter ?:\$Recycle.Bin\* to exclude Recycle on all drives from search result.
Why this do not work?
Wildcard in paths will not work with the current beta.
You will have to add C:\$Recycle.Bin, D:\$Recycle.Bin, E:\$Recycle.Bin...etc
I have fixed this issue for the next beta release.