algolia/algoliasearch-client-android

Add a way to specify arbitrary query parameters

clement-leprovost opened this issue · 0 comments

Add a way to specify query parameters by name and string value. This is intended as an untyped, low-level accessors to bypass limitations of the Query class (e.g. unsupported parameters).

Note: this is a backport of a feature already implemented in the upcoming v3.

Remark: Solving this issue would automatically fix #63 and #64.