Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"task from #specifictag" returns items with all tags found in task items #2250

Closed
stognetti opened this issue Feb 25, 2024 · 2 comments
Closed
Labels
bug Something isn't working.

Comments

@stognetti
Copy link

What happened?

I'm unable to list only tasks with a particular tag. My use case is extracting task items from daily notes to create various types of logs.

DQL

TASK from #specific-tag

JS

No response

Dataview Version

0.5.64

Obsidian Version

1.5.8

OS

Windows

@stognetti stognetti added the bug Something isn't working. label Feb 25, 2024
@holroy
Copy link
Contributor

holroy commented Feb 28, 2024

Could you show some example of task definitions which gets included, which shouldn't get included in your queries?

@brianbecsi
Copy link

You're looking for the following syntax:

task
where contains(tags, #tag)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working.
Projects
None yet
Development

No branches or pull requests

3 participants