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.

Examples

Kotlin
searcher.query.hitsPerPage = 20
searcher.query.analytics = false
⌘I