Multiple keywords match mode

in many programs, space implies an AND logic by default .

but in "match any word" of dopus, space implies OR logic,
so I think it is necessary to add a new match mode that regarding space as "and" logic.
new mode should be called "match all words"

1 Like

Put + before a word to make it required in Any Word mode.

@Leo i know this, but it requires users to type more characters, it is annoying and inconvenient for me.
the "Filter" feature is meant to filter, I don't understand why dopus use space("OR") as default logic ?
by the way ,the "+" is valid character in file name, and "|" is invalid,
so why not use space as "AND" logic and use "|" as "OR" logic ?
e.g.
a b | c d is equal to a (b | c) d , mean a and (b or c) and d

Since this is the way it's been working for ages, changing this would be more convenient for you but it would break many scripts and buttons for all the other users.

@PassThePeas I mean add a new mode called "match all words" or "multiple words match"

I mean adding a new mode, not changing existing mode

1 Like