Skip to main content

About this widget

The Query class lets you provide raw search parameters to the Algolia API.
You can’t set the filters parameter. Use FilterState instead.
For more information about the different parameters you can set, see the search parameters API reference.

Explore example code

Browse the Query example code on GitHub.

Examples

Kotlin
searcher.query.hitsPerPage = 20
searcher.query.analytics = false
Last modified on March 12, 2026