library · inferred from evidence
@algolia/client-search
A module within the Algolia JavaScript client library for search functionality.
- Latest release breaks algoliasearch types
A practical guide for Algolia. The algoliasearch release that broke TypeScript types (re-exported types going missing in dependent packages) was fixed in 5.10.2. Upgrade to 5.10.2+.
- Could not find a declaration file for module '@algolia/client-search' in algoliasearch v5.2.2
This was a packaging regression in 5.2.2: the built type declarations were not included in the published package. Fix: upgrade to `algoliasearch@5.2.5` or later, where the declarations are restored (confirmed by multiple reporters and by th