Closed thecodrr closed 4 years ago
It looks like you decided to implement this as an OR join on the filters. I was trying to use multiple filters in an AND fashion, so that each successive .filter()
would further refine the list.
Would it be possible to change the implementation, or add this type of AND filtering?
It is now possible to add multiple filters like:
Obviously, you can also do that in a single filter but I think it allows for better readability. The performance hit is also negligible.