API Reference / InstantSearch Android / Query

About this widget

The Query class lets you provide raw search parameters to the Algolia API.

For more information on the different parameters you can set, have a look at the search parameters API reference.

Examples

1
2
searcher.query.hitsPerPage = 20
searcher.query.analytics = false
Did you find this page helpful?