Steps to reproduce
- create some notes with a checkbox property. Let’s call the property
foo
; - check the property
foo
on some notes, but not all of them; - create a
bar.bases
YAML; - set a filter for the property
foo
asexists
; - see that only the notes with the property
foo
checked are shown; - add another filter requiring
foo
to be unchecked; - no notes are shown.
Did you follow the troubleshooting guide? [Y/N]
Yes! I’ve created a new vault just to test this case.
Expected result
The exists
filter should check for the property’s presence, not it’s value. So, notes with the property present, but unchecked should be shown.
Actual result
Only the notes with the property checked are shown. So, using the exists
filter has no use.
Environment
SYSTEM INFO:
Obsidian version: v1.9.6
Installer version: v1.8.10
Operating system: Windows 11 Home 10.0.26100
Login status: logged in
Language: en
Catalyst license: insider
Insider build toggle: on
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: on
RECOMMENDATIONS:
none