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.