• Renamed filter query operator in_array

    Changes in:

    The filter query operator in_array has been renamed to any_in_array and we recommend to change the parameter in your api calls.

    The new any_in_array parameter resolves a bug where filters where not applied correctly when using in_array filters with multiple fields. The in_array parameter still will stay active to not break existing implementations.

    See the documentation