InstantSearch
/
React
/
V6
/
API reference
Jun 25, 2024
Autocomplete | React InstantSearch V6 (Deprecated)
Deprecated content
This documentation is for a deprecated version of React InstantSearch.
Some features and settings may be missing or their usage may have changed.
Refer to the documentation for the
latest version of React InstantSearch for up-to-date information.
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.
Did you find this page helpful?