Support multiple filters

Have a suggestion for "Everything"? Please post it here.
Post Reply
john1
Posts: 2
Joined: Sun Jan 14, 2018 11:23 am

Support multiple filters

Post by john1 »

I would like to enable multiple filters at once, perhaps not through the menu to keep that simple, but maybe using advanced search options or by using "audio: video:" to search for audio and video files. The latter currently doesn't return results.
ovg
Posts: 294
Joined: Thu Oct 27, 2016 7:19 pm

Re: Support multiple filters

Post by ovg »

space = AND
| = OR
try audio:|video: without quotes
therube
Posts: 4605
Joined: Thu Sep 03, 2009 6:48 pm

Re: Support multiple filters

Post by therube »

That is an odd one, isn't it.

Code: Select all

audio:  video:
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

Re: Support multiple filters

Post by Stamimail »

therube wrote:That is an odd one, isn't it.

Code: Select all

audio:  video:
No. The source for this confusion is the difference between the way you speaking and the way you use by programming.
You say: I'm searching for audio AND video, (therfore you might type in "audio: video:", while the space is the AND of what you just said).
But when it comes to the computing language, then:
AND = Narrow your search results
OR = Expand your search results
ovg
Posts: 294
Joined: Thu Oct 27, 2016 7:19 pm

Re: Support multiple filters

Post by ovg »

audio: video: will work if ext is in both filters.
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

Re: Support multiple filters

Post by Stamimail »

AND = Narrow your search results
OR = Expand your search results
@void
I think this point should be clarified somewhere in help.
therube
Posts: 4605
Joined: Thu Sep 03, 2009 6:48 pm

Re: Support multiple filters

Post by therube »

And lets not forget NOT ;-).

Cause I have one like this:

Code: Select all

!ext:  !video:  !audio:  !.iso  !.sys  !.log  !.wim  !.box  !.exe  !.zip  !.cab  !.rar  !.arj  !.msi  !.msp

(I'm going to have to think about all of this, for a bit.)
Post Reply