I want to embed a database in a note and configure the filters via YAML properties. Basically, I want to be able to specify the captured resources and areas using Meta-Bind, for example.
However, I’m now getting an error.
Things I have tried
This is my current Base what already filters properly:
Thanks so much for sharing the community solution! That completely solved my problem.
The list(Resource).containsAny(this.Resource) approach was exactly what I needed to handle the type inconsistency, and the elegant OR logic with isEmpty() checks perfectly addresses my conditional filtering requirement. Much more robust than what I was trying initially.
Really appreciate you taking the time to share the working solution!