Replies: 1 comment
-
Hi @ashgibson! I'd suggest using custom filters for this. One for Good luck! |
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
Uh oh!
There was an error while loading. Please reload this page.
-
In an example of Posts > Comments where I want to find all posts that have comments after a particular date and by one or more specified users, what is the best way to do this?
At the moment i am doing something like this where I pass a nested filter
/users?filter[post_id]=1,2,3&filter[comments][date]=2021-05-17&filter[comments][user_id]=1,2
The problem is that I lose all the nice functionality that this package gives me e.g. the explode() for single/array values.
Anyone have any hints or tips or could the package be improved to handle this?
Beta Was this translation helpful? Give feedback.
All reactions