how to express A or B #551
-
in query of obsidian a,b -the two conditions hav relations such as a b , a or b , a -b |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 2 replies
-
Hello @johnsonsuqs. Obsidian queries are additive; only tasks which satisfy all filters are included in the results. You can include matching and excluding filters. For example a single query block could have OR terms aren't supported in Obsidian queries. Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
Would very much like this feature. For instance, to have a query for waiting tasks, like
In this case, support for regular expressions could also help, maybe using "like" instead of "includes":
|
Beta Was this translation helpful? Give feedback.
-
There was a pull request for an implementation of Boolean logic back in March, closed by the author yesterday: |
Beta Was this translation helpful? Give feedback.
-
We're tracking OR filter combinations in #121, so I'm going to mark this one as a duplicate. But I'll add a link in that one to here, so the info in this one is not lost. |
Beta Was this translation helpful? Give feedback.
-
Boolean searches have just been released, in Tasks 1.9.0. |
Beta Was this translation helpful? Give feedback.
-
There is now, since 1.12.0, a more succinct way of writing this:
As opposed to the boolean combinations way:
|
Beta Was this translation helpful? Give feedback.
There is now, since 1.12.0, a more succinct way of writing this:
As opposed to the boolean combinations way: