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

How does one go about deleting a virtual replica index? Looking at the published documentation at - https://www.algolia.com/doc/api-client/methods/indexing/#creating-indices - https://www.algolia.com/doc/api-reference/api-methods/delete-index/ - https://www.algolia.com/doc/guides/managing-results/refine-results/sorting/how-to/deleting-replicas/#using-the-api It seems as though this should work, assuming...

Hello, I am using algolia with Laravel ``` "require": { "php": "^7.3.0", "algolia/algoliasearch-client-php": "2.2", ``` I am stuck ``` (function (){ const client = algoliasearch('HPATZ4NM4E', '1408f1c5e4d561613df6213095de27eb'); const index = client.initIndex('users');...

## The problem Currently, most of the types (if not all?) are marked with `readonly` all over the place. In some types it totally makes sense, though in some types...

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved. Location: `renovate.json` Error type: The...

This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/) ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to get an update now....

Previously, there was a method called `browse` that allowed us to start a browse request, get a response, and then call `browseFrom` to continue browsing when we'd processed that initial...

investigate

We use very long secured API keys, which works fine with the 3.x version of the package but version 4.x breaks this, as the key seems to be appended to...

investigate

fixes #1271 DX-1911 todo: - [ ] try out many cases - [ ] verify calculation is correct - [ ] write tests - [ ] verify error message wording

This avoids the OPTIONS request on the browser in all cases TODO: update tests that asserted this wasn't the case

**Context :** Following the issue #772, we can now check remaining validity of API Key. **Problem :** In our application, we are generating very short term API Keys (5 minutes)...