Skip to content

how to express A or B #551

Answered by claremacrae
johnsonsuqs asked this question in Q&A
Feb 28, 2022 · 6 comments · 2 replies
Discussion options

You must be logged in to vote

There is now, since 1.12.0, a more succinct way of writing this:

description regex matches /waiting|waits|wartet/i

As opposed to the boolean combinations way:

(description includes waiting) OR (description includes waits) OR (description includes wartet)

Replies: 6 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@schemar
Comment options

Comment options

You must be logged in to vote
1 reply
@sytone
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by claremacrae
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
duplicate This issue, pull request or discussion already exists status: released Done, and included in a public release scope: query logic Boolean combinations of filters - and, or, not
6 participants
Converted from issue

This discussion was converted from issue #544 on March 06, 2022 18:10.