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
There seem to generally be two accepted methods of storing arrays in params:
?foo=bar&foo=qux
...and...
?foo=bar,qux
This library currently uses the former, but other backend filtering libraries assume params will becoming in formatted like the latter. Would be great to have either a different param type or some sort of option to store array params in the latter format for this purpose.
The text was updated successfully, but these errors were encountered:
There seem to generally be two accepted methods of storing arrays in params:
...and...
This library currently uses the former, but other backend filtering libraries assume params will becoming in formatted like the latter. Would be great to have either a different param type or some sort of option to store array params in the latter format for this purpose.
The text was updated successfully, but these errors were encountered: