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
Migrating TypeScript code from algoliasearch v4 to v5: `algoliasearch(appId, apiKey).initIndex(indexName).getObjects[Record](ids)` no longer typechecks because `initIndex` is gone, and the v5 docs do not explain the new signatures. The gen