-
-
Notifications
You must be signed in to change notification settings - Fork 976
Closed
Labels
Description
I have been testing API Platform with the different filters available. I noticed we can do a lot without creating custom endpoints. However, when it comes to "OR" and "IN" filters I couldn't find anything.
The idea is to have behind queries acting as:
"WHERE property1 = foo OR property2 = bar"
or
"WHERE property1 IN (foo, bar...)"
Should we create a custom filter for each entity where we can have this kind of query or has API Platform some default feature?
Reactions are currently unavailable