-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Page frontmatter allows for multiple tags, so #project and #status/backlog. Running the query below returns zero results, where rows are expected. Removing either condition returns the correct number of rows.
SELECT files.*
FROM files JOIN tags ON files.path=tags.path
WHERE tag = '#project' and tag = '#status/backlog'
Using 0.37.0, Obsidian 1.8.10.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels