In dataview, can I change for multiple tags with the contains() function? Is there a better way to show tasks with multiple tasks than with two contains() functions? #1926
Unanswered
Oneechan69
asked this question in
Q&A
Replies: 0 comments
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.
-
What I'm trying to do
I have this query which only shows tasks with the tag
#Obsidian-Tasks
I want to change it so it only shows tasks with two tags:
#Obsidian-Tasks
and#Later
.Things I have tried
I did some searching in the documentation for the phrases
tag
andtags
as well as the page for the contains() function but didn't find anything about this.Beta Was this translation helpful? Give feedback.
All reactions