Show only the notes with the “promulgation” property “empty”.
Actual result
The notes with the “promulgation” property empty are displayed, but additionally, random notes that do not have the “promulgation” property are also shown.
Environment
SYSTEM INFO:
Obsidian version: v1.9.10
Installer version: v1.9.10
Operating system: Windows 10 Pro 10.0.19045
Login status: not logged in
Language: en
Insider build toggle: off
Live preview: on
Base theme: dark
Community theme: none
Snippets enabled: 0
Restricted mode: on
Thank you for the quick response. I just noticed that the behavior of “is empty” is the same for the number property type; it shows not only notes but also files, which shouldn’t be displayed!
Now I tried to display all notes with the “promulgation” property using the advanced filter:
note["promulgation:"],
since with simple filtering it seems impossible and only shows notes with a non-empty promulgation property. I intuit that with the advanced filter, all notes with the property, whether empty or non-empty, should be displayed.