Algolia Search API for MultiQuery (/1/indexes/*/queries) accepts query parameters as a url-encoded string or directly by serializing the Query object. This PR add the option to use the Query serialization instead of the url-encoded.
What problem is this fixing?
The url-encoded query parameter do not work correctly for geo-location property and CustomParameters.
Describe your change
Algolia Search API for MultiQuery (
/1/indexes/*/queries
) accepts query parameters as a url-encoded string or directly by serializing theQuery
object. This PR add the option to use theQuery
serialization instead of the url-encoded.What problem is this fixing?
The url-encoded query parameter do not work correctly for geo-location property and
CustomParameters
.