dart_algolia
dart_algolia copied to clipboard
Fix Type 'List<String>' is not a subtype of type 'String' in `AlgoliaMultiIndexesReference`
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.
Works!