algoliasearch-client-javascript icon indicating copy to clipboard operation
algoliasearch-client-javascript copied to clipboard

⚡️ A fully-featured and blazing-fast JavaScript API client to interact with Algolia.

Results 75 algoliasearch-client-javascript issues
Sort by recently updated
recently updated
newest added

### 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...

bug

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...

bug

### 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`...

bug

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 : ![Image](https://github.com/user-attachments/assets/1481a385-93fc-4c7c-8736-7ae12fc1b68b) ### Client Search ### Environment ``` expo-env-info 1.2.2 environment info: System: OS: Linux 5.4 Ubuntu...

bug
external

### 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...

bug

### 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...

bug

### 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 =...

bug

### 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...

bug
more info needed
external

### 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....

bug