What I’m trying to do
I noticed in the right side I can now see a list of properties and how many notes have each property in them. But some of the properties are still empty within the notes. I would like to search for notes with a property (say Status) and filter out notes where Status is empty.
Things I have tried
I thought [“Status”:/\w/] would work but it doesn’t seem to give me the filtered list I want. I’m sure this is possible.