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
This issue has been automatically marked as "stale:discard". We are sorry that we haven't been able to prioritize it yet.
If this issue still relevant, please leave any comment if you have any new additional information that helps to solve this issue. We encourage you to create a pull request, if you can. We are happy to help you with that.
The Problem
When I supply a nested filter for an index request - eg.
/movies?filter[price][lt]=49
Then I get the error...
Suspected Cause
URI.encode_query/1
, which ultimately gets called, does not like nested fields (such as "lt" nested under "price")jsonapi/lib/jsonapi/view.ex
Line 339 in 52c700d
The text was updated successfully, but these errors were encountered: