-
Notifications
You must be signed in to change notification settings - Fork 106
Multiple filter values #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Solved it by using this in my Search class:
|
Hope these issues help you somehow to build the wiki better. |
Yes, I do understand that there needs to be a proper wiki... it's just fitting it in around work deadlines is proving problematic at the moment. I do promise to get to it. |
Yeah I do understand that, and by no means I'm trying to put pressure on you. Take your time. I'm just trying to kind of figure it out on my own and if I find a really hard one to figure out then I'll post an issue and eventually a solution, as I also think this might help you remember important parts for the wiki. :) |
I'm trying to filter my query through multiple filter values like so:
api/v1/questions?filter[questionType]=questionType1,questionType2
But apparently this is not supported out of the box. Any guidance on how to achieve this would be appreciated.
The text was updated successfully, but these errors were encountered: