You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Would be super handy to have exactIn('param')
for example
...?filter[user_id]=1,2,3,4
QueryBuilder has
AllowedFilter::exactIn('user_id'),
and the rest is magic :)
Of course this can be done with Scope filters or callback, but instead of creating those, the same could be done by adding 2 letters (In)
Beta Was this translation helpful? Give feedback.
All reactions