Add OR Operator to Search Filters
It would be great to have the possibility to combine search filters using an OR operator, in addition to the current AND behavior.
At the moment, when multiple filters are applied, the search returns only results that match all of the selected filters.
For example, if I search using:
- Filter A
- Filter B
the current behavior is:
Filter A AND Filter B: results matching both filters.
It would be useful to also have the option to search for:
Filter A OR Filter B: results matching at least one of the two filters.
This would make the search functionality much more flexible, especially when looking for results that can belong to different categories or match different criteria.
Ideally, the user could choose between AND and OR when applying multiple filters.