Ability to change filter relation (OR vs AND) #643
Unanswered
mitchierichie
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would it be feasible to make filters that only return models that contain ALL the provided values for a given filter?
For example, I have a Product model which has a many-to-many relationship with my Category model. It would be nice if I could provide 2 different category "slug" values and only receive back the products with both categories.
Beta Was this translation helpful? Give feedback.
All reactions