More boolean support for queries #625
Closed
Replies: 3 comments 4 replies
-
There is an open Pull Request to add Boolean combinations: #553 your query is representable already, though, with:
|
Beta Was this translation helpful? Give feedback.
4 replies
-
We are tracking a request for |
Beta Was this translation helpful? Give feedback.
0 replies
-
Boolean searches have just been released, in Tasks 1.9.0. |
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.
-
As far as I'm concerned, the query now only supports

and
(connecting two statement with a new line), but has no other boolean operation support.It would be great if there is a
or
operator, and even better if it supports xor.Here, I want to sort out tasks that are due today or after today.
I tried connecting the two statements with
or
,OR
,|
,||
, and i also triednot before
, none workedBeta Was this translation helpful? Give feedback.
All reactions