algolia / algoliasearch-client-java

⚡️ A fully-featured and blazing-fast Java API client to interact with Algolia.
https://www.algolia.com/doc/api-client/getting-started/install/java/
MIT License
46 stars 33 forks source link

fix: AroundPrecision serialization in multipleQueries #668

Closed Ant-hem closed 4 years ago

Ant-hem commented 4 years ago
Q A
Bug fix? yes
BC breaks? no
Need Doc update no

Describe your change

using aroundPrecision in multipleQueries would cause: java.lang.ClassCastException: java.util.LinkedHashMap cannot be cast to java.lang.CharSequence

The fix is a work-around to catch aroundPrecision in toQueryParams.