About
Each search Response
contains various metadata you might display in your search experience.
The following information is available as a part of the Response
:
hitsPerPage
: Number of hits per page.
nbHits
: Total number of hits.
nbPages
: Total number of pages.
page
: Current page.
processingTimeMS
: Processing time of the request (in ms).
query
: Query text that produced these results.
Algolia for Flutter is an open source library that lets you quickly build a search and discovery interface in your cross-platform Flutter application. The goal of the library is to help you implement awesome search experience as smoothly as possible, including autocomplete search experience, faceting, sorting, search hits highlighting and much more. Algolia Flutter Helper tackles an important part of this vast goal by providing business-logic components and helpers so that you can assemble into unique search interface. It joins the InstantSearch libraries family, but provide only the basic functionalities.