Support multiple filters
Support multiple filters
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.
Re: Support multiple filters
space = AND
| = OR
try audio:|video: without quotes
| = OR
try audio:|video: without quotes
Re: Support multiple filters
That is an odd one, isn't it.
Code: Select all
audio: video:
Re: Support multiple filters
No. The source for this confusion is the difference between the way you speaking and the way you use by programming.therube wrote:That is an odd one, isn't it.Code: Select all
audio: video:
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
Re: Support multiple filters
audio: video: will work if ext is in both filters.
Re: Support multiple filters
@voidAND = Narrow your search results
OR = Expand your search results
I think this point should be clarified somewhere in help.
Re: Support multiple filters
And lets not forget NOT .
Cause I have one like this:
(I'm going to have to think about all of this, for a bit.)
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.)