-
Is there a way to do a task query for multiple tags? See below for example of what I am trying to do here.. I want to run a query that has both Tag 1 and tag 2 in the results.
|
Beta Was this translation helpful? Give feedback.
Answered by
schemar
Jul 29, 2021
Replies: 1 comment 1 reply
-
If you want to query tasks that contain If you mean |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
schemar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you want to query tasks that contain
#tag1
and#tag2
, that is already possible. Exactly how you wrote it.If you mean
#tag1
or#tag2
then that is currently not possible in a single query. If you want this, please join #121 😃The current workaround is to have two queries. One for
#tag1
and then another one below for#tag2
.