Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to write filter for multiple phrases #1055

Open
toohazy opened this issue Apr 12, 2024 · 1 comment
Open

Trying to write filter for multiple phrases #1055

toohazy opened this issue Apr 12, 2024 · 1 comment

Comments

@toohazy
Copy link

toohazy commented Apr 12, 2024

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
Copy link
Owner

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

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants