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

You an access the Query of the Searcher with its request property.
Swift
// HitsSearcher and FacetSearcher
searcher.request.query.hitsPerPage = 20
searcher.request.query.analytics = false
⌘I