Dataview Task from all files with specific Tag

Things I have tried

I tried

TASK
WHERE contains(tags, "joe smith")
TASK
FROM ""
WHERE contains(tags, "joe smith")
TASK
FROM "*"
WHERE contains(tags, "joe smith")

but it does not seem to return anything, if I specify a specific inline tag I seem to have no issue returning the tasks

What I’m trying to do

I’ve searched the forum, and I am not sure why this is causing me so much trouble. I just want to do a simple task query for all files with a certain frontmatter tag. I am certain I am overlooking or oversimplifying something. My files can be in different folders and of different types but the frontmatter would have the tags: joe smith entry.

I misunderstood tags, I have found a solution for this. I apologize for the wasted post!

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.