Stats Flutter Component
Components that display metadata about the current search and its results.
Components that display metadata about the current search and its results.
Each search results comes with a SearchStats
(iOS) / Response
(Android) structure containing metadata that you might display in your search experience. The following information is available within SearchStats
(iOS) / Response
(Android) :
hitsPerPage
: Number of hits per page.totalHitsCount
: Total number of hits.pagesCount
: Total number of pages.page
: Current page.processingTimeMS
(for Android): Processing time of the request (in ms).query
: Query text that produced these results.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?
Recommended content
Components that display metadata about the current search and its results.
A widget that displays the total number of matching hits and the time it took to get them.
A component to provide any search parameters to Algolia.