Skip to main content

Documentation Index

Fetch the complete documentation index at: https://algolia.com/llms.txt

Use this file to discover all available pages before exploring further.

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

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
Last modified on March 23, 2026