decaf-dev / obsidian-vault-explorer

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

Fix the list filter #76

Closed Moyf closed 3 weeks ago

Moyf commented 3 weeks ago

Fix the #69

decaf-dev commented 3 weeks ago

Hey. Thanks for finding a solution to this bug. Although this fixes the error, I think this is more of a bandaid fix than addressing the root problem. The doesListMatchFilter function expects the all values in the property value array to not be null. So I think preforming validation on the array before passing it down to this function is important. I'm going to be closing this request.