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
Right now when we send query params to the API, we are not filtering/sorting correctly.
We'll need to decide if we want to tack another library on, write our own thing, or go forward with replacing ja_serializer with jsonapi (which allows some of this querying ability).
The text was updated successfully, but these errors were encountered:
Problem
Right now when we send query params to the API, we are not filtering/sorting correctly.
We'll need to decide if we want to tack another library on, write our own thing, or go forward with replacing
ja_serializer
withjsonapi
(which allows some of this querying ability).The text was updated successfully, but these errors were encountered: