Replies: 1 comment
-
I am wondering if the filter with only 1 value worked for you, because I have a filter from the model user and it is not working for me with more than 1 parameter. The result is wrong every time I try it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm using custom filter option of the package using the following code:
UserRoleFilter
class:Here's my http request:
http://url.com?filter[role]=admin&sort=status&page=1&perPage=50
The above codebase doesn't call the
UserRoleFilter __invoke()
for some reason. I'm wondering to know if I'm doing something wrong or I'm missing something.Thanks
Beta Was this translation helpful? Give feedback.
All reactions