The dataview plugin is a gamechanger, however I am struggling to understand how to setup the frontmatter for the query.
Specifically:
list
from #authenticity
That query returns all files tagged with #authenticity to a list. Brilliant
However, the following returns zero results:
list
from ""
where status = "seed"
In my notes I have the following on the very first line:
status: “seed”
I have tried with and without quotes, with single quotes, etc
What am I overlooking or doing wrong?
Thank you
Anthony