Allow 'or' and 'and' in queries #343
Closed
Replies: 2 comments
-
Please see #121. You can vote and comment there. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Both full regular expression support and boolean query combination have been released for some time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I would be very nice to allow more expressive queries, in particular, I would like to be able to use 'or' and 'and' for description queries. Going further, allowing full regular expression would be nice, but perhaps overkill.
Example for new syntax:
description (includes|does not include) (<string>||<string>||....||<string>)
description (includes|does not include) (<string>&&<string>&&....&&<string>
Example of use:
description includes thisword && thatword
Should match
- [ ] Tasks using thisword and thatworld
Should not match
- [ ] Task using only thisword
Beta Was this translation helpful? Give feedback.
All reactions