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

When running jest tests on components which are using the default export of `algoliasearch`, algolia appears to try and make requests out to the web to pull down its scripts....

At https://github.com/algolia/algoliasearch-client-javascript/blob/master/packages/transporter/src/concerns/retryableRequest.ts#L65 a plain object is thrown instead of a proper Error instance. I am not sure why this is the case, but it results in hard-to-handle exceptions, that gives...

error

It looks all errors thrown from the algolia client are [plain objects](https://github.com/algolia/algoliasearch-client-javascript/blob/master/packages/transporter/src/errors/createApiError.ts#L8). Was it made for a specific reason? Because it can cause some issue in users application as many...

error

For example when I do in webpack: ``` import { createNodeHttpRequester } from '@algolia/requester-node-http'; ``` It falls in the browser with the error: ``` Uncaught ReferenceError: process is not defined...

Just upgraded a project to webpack 5.16 (via going from Gatsby 2 -> 3), and just started seeing this warning in the console. ``` warn Unsafe builtin method was used,...

see: https://stackoverflow.com/questions/3468607/why-does-settimeout-break-for-large-millisecond-delay-values approximate reproduction: ```js const client = getAlgoliaClient(applicationData, { queryParameters: userId ? { 'X-Algolia-UserID': userId } : undefined, timeouts: { connect: 2, read: 3600000, write: 3600000, }, }); ```...

Hi, I am a newbie. Thus I apologize if this is obvious. What is the best way (and how) can I delete records older than the current date? Say I...

**Summary** With the release of the merchandising UI, the need to control UI aspects using the QR is growing and the rules API needs to expose fields to store information...

Hey team, I noticed that in GetABTestResponse.ts the type of `clickSignificance` and `conversionSignificance` can't be **null**. But it can happen. For example when you just have created a test.

[Inside 'uncaughtException' event] AlgoliaSearchError: Use of deprecated `offset` parameter in browse: you should pass the `cursor` parameter to fetch next page. Please upgrade your api client if necessary at success...