product · inferred from evidence
AlgoliaRecord
A type or interface referenced in the v5 migration example for getObjects.
- 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