library · inferred from evidence
react-instantsearch
A React library for building search and recommend experiences with Algolia.
- How to migrate initIndex / getObjects from algoliasearch v4 to v5
There is no `initIndex` replacement in v5: every method is available at the root of the client, and methods that were called on an index now take `indexName` as a parameter, e.g. `algoliasearch(appId, apiKey).getObjects[AlgoliaRecord]({ req