Autocomplete | React InstantSearch V6 (Deprecated)
This version of React InstantSearch has been deprecated in favor of the latest version of React InstantSearch.
About this widget
The connectAutoComplete
connector provides the logic to create a connected component that provides access to all indices of your InstantSearch instance.
To configure the number of hits retrieved, use the HitsPerPage
widget or pass the hitsPerPage
prop to a Configure
widget.
If you’re building an autocomplete, you should use the Autocomplete library which lets you build a full-featured, accessible autocomplete experience. This is the recommended way of building an autocomplete search with Algolia.