algoliasearch-client-javascript
algoliasearch-client-javascript copied to clipboard
⚡️ A fully-featured and blazing-fast JavaScript API client to interact with Algolia.
### Description I'm using algolia search in my Angular 18 application. Normally it works without any issue in the development mode. But if I build the application in the production...
I originally reported this over here, but the `"skipLibCheck": false` was a red herring for my particular issue (still leaving it open in case it's interesting on its own): https://github.com/algolia/algoliasearch-client-javascript/issues/1564...
### Description Using `algoliasearch` with `"skipLibCheck": false` leads to many errors CodeSandbox: https://codesandbox.io/p/devbox/776xj2?file=%2Ftsconfig.json%3A31%2C27 1. Start a new TypeScript project with `[email protected]` and the `tsconfig.json` file below, which includes `"skipLibCheck": false`...
Related #1537 Hi, thank you for developing a very nice library. As mentioned in this issue, the type of the `getObject` function is incorrect.
### Description I get the following error on web when importing algoliasearch client :  ### Client Search ### Environment ``` expo-env-info 1.2.2 environment info: System: OS: Linux 5.4 Ubuntu...
### Description I have a Node.js service which detects any change in database via mongodb change stream and then those updates are sent to Algolia. The data is being uploaded...
### Description When I upgrade `algoliasearch` in my app from `4.24.0` to `5.23.4`, both the lite client and the normal client throw exceptions on initialization. Does algolia 5.x not work...
### Description type definitions are missing for generateSecuredApiKey. This issue was also metioned in #1548 ``` import { algoliasearch } from 'algoliasearch' const client = algoliasearch('applicationId', 'adminApiKey') const securedKey =...
### Description If the search client is initialized when there is no network connectivity. It does not recover when connectivity is restored. ``` const searchClient = algoliasearch('algoliaAppId' , ‘algoliaApiKey’); const...
### Description We encountered the issue `Type instantiation is excessively deep and possibly infinite.ts(2589)` while upgrading algoliasearch from v5.1 to v5.15 and working with Immer `produce` function and `SearchResponse` type....