dart_algolia icon indicating copy to clipboard operation
dart_algolia copied to clipboard

Fix Type 'List<String>' is not a subtype of type 'String' in `AlgoliaMultiIndexesReference`

Open SebastianWaloszek opened this issue 1 year ago • 1 comments

This PR fixes the following issue: https://github.com/knoxpo/dart_algolia/issues/115

I updated the Perform Multiple Queries test to verify that encoding the parameters won't throw an exception anymore.

It's basically the same fix that was suggested in this PR that was closed and never merged for some reason: https://github.com/knoxpo/dart_algolia/pull/25.

SebastianWaloszek avatar Mar 23 '23 13:03 SebastianWaloszek

Works!

mittenimraum avatar Mar 30 '23 15:03 mittenimraum