K1rakishou / Kuroba-Experimental

Free and open source image board browser
GNU General Public License v3.0
629 stars 36 forks source link

Trying to write filter for multiple phrases #1055

Open toohazy opened 1 month ago

toohazy commented 1 month ago

Can't get it to work, I can do filters for multiple single words (sperate by a space) or a single filter for a phrase by using quotes like "filter this phrase"

Things I've tried "Phrase one" "phrase two" "Phrase one"|"phrase two" "Phrase one";"phrase two" "Phrase one":"phrase two" "Phrase one|phrase two" "Phrase one;phrase two" I've also tried using / and \

None of these work, so I'm wondering if this is even possible

K1rakishou commented 3 weeks ago

You probably need something like this I guess: (Phrase one).*(phrase two)

image