UI libraries
/
InstantSearch iOS
/
Widgets
Nov 14, 2024
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.
You can’t set the filters parameter. Instead use Filter State.
Examples
You an access the Query of the Searcher with its request property.
Copy
1
2
3
// HitsSearcher and FacetSearcher
searcher.request.query.hitsPerPage = 20
searcher.request.query.analytics = false
Did you find this page helpful?