library · inferred from evidence
algoliasearch v4
Version 4 of the algoliasearch library, referenced in migration context.
- 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