Searcher Mobile Component

The component handling search requests.

About

The component handling search requests. Objects implementing the Searcher interface manage the search sessions.

  • HitsSearcher: searches a single index.
  • FacetSearcher: searches for facet values.
  • MultiSearcher: aggregates the hits and facet searchers. This is useful for a federated search, or query suggestions .
  • AnswersSearcher: searches an index for Answers.

This component is part of the InstantSearch open source UI library that lets you quickly build a search interface in your frontend application.

InstantSearch’s goal is to help you implement awesome search experiences as smoothly as possible by providing a complete search ecosystem. InstantSearch tackles an important part of this vast goal by providing frontend widgets that you can assemble into unique search interfaces.

 

Was this useful?

Support

Built and supported by Algolia

Contributors

Algolia

Algolia

The best Search and Discovery Platform for your business.

Recommended content

Frontend Tools
Widgets & Plugins

Hits Searcher Flutter Component

This component handles search requests and manages search sessions.

  • Flutter