Global filter tag ignored in tasks list #1008
Answered
by
claremacrae
lexiconwriter
asked this question in
Q&A
-
I guess your doc tells a global tag (in my case #todo) won't be find with the filter syntax:
But what is then the solution to find all tasks tagged with #todo in the whole vault? |
Beta Was this translation helpful? Give feedback.
Answered by
claremacrae
Aug 10, 2022
Replies: 1 comment 4 replies
-
So as I understand it, you have enabled the global filter to be This means that Tasks queries will only search tasks with that tag present. So the following will find all tasks with
And this will find all non-done tasks with
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
claremacrae
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So as I understand it, you have enabled the global filter to be
#todo
.This means that Tasks queries will only search tasks with that tag present.
So the following will find all tasks with
#todo
:And this will find all non-done tasks with
#todo
: