decaf-dev / obsidian-vault-explorer

Explore your Obsidian vault in visual format
https://vaultexplorer.com
MIT License
92 stars 3 forks source link

Filter not being applied #86

Closed muteboy closed 3 months ago

muteboy commented 3 months ago

Hi, I'm using Vault Explorer to view a folder. I have a filter group called "tags includes value", where list property "tags" contains "value". It appears not to work. When I view the filter group, it displays notes which have this value, and those which do not. Is there a way to refresh the list?

decaf-dev commented 3 months ago

Hi @muteboy. Is the toggle for the rule enabled? In addition, is the group enabled? It should appear purple. I will be adding some screenshots and videos to the guide.

image image
muteboy commented 3 months ago

Hi, thanks for the quick reply. Here's some shots of a couple of examples. Filter definitions: image image No filters applied, all items visible: image Only showing items with tag "abbreviation": image Should only show items without tag "abbreviation", but still showing item "ADA" with that tag: image

decaf-dev commented 3 months ago

Hmmm. This is puzzling. Do you happen to have an extra whitespace character after abbreviation?

decaf-dev commented 3 months ago

@muteboy Can you try 1.8.1 and see if the issue is still occurring?

muteboy commented 3 months ago

Hi, I'm on 1.11.0 now, and it looks like it's working! Filter "does not contain 'abbreviation'" now only shows items without that tag,