algoliasearch-client-javascript
algoliasearch-client-javascript copied to clipboard
⚡️ A fully-featured and blazing-fast JavaScript API client to interact with Algolia.
Hello, We had a memory leak while building our application, and we were able to solve it by increasing the memory for node, but while investigating, we noticed this anomaly:...
I'm having trouble using this package with SvelteKit. Listing `algoliasearch` as `svelte-algolia` dependency and then attempting to import the latter leads to: ```sh [vite] Error when evaluating SSR module /node_modules/.pnpm/[email protected]/node_modules/algoliasearch/lite.js?v=f431d156:...
Today, types like `SearchOptions`, or `Rule` are not exported by the `algoliasearch` package. People are actually importing them directly from the modular packages: ``` import { SearchOptions } from '@algolia/client-search';...
In the documentation for [`partialUpdateObjects`](https://www.algolia.com/doc/api-reference/api-methods/partial-update-objects/#method-param-autogenerateobjectidifnotexist) it is mentioned `autoGenerateObjectIDIfNotExist` as a parameter. When I tried to use it throws the error ```javascript const obj = {} //without objectID index .partialUpdateObject(obj,...
fixes #1035 Implementation is done by: - adding a new auth mode - adding data as the return type for createAuth - expose data from transporter - serialize transporter data...
Are there any plans for supporting [Deno runtime](https://deno.land/)? It's already possible to import algoliasearch via [esm.sh](https://esm.sh/) and [skypack](https://www.skypack.dev), however it seems that using XMLHttpRequest makes it impossible. Thanks!
Fixes #1080 This change marks all `@algolia/*` packages as bundledPackages for algoliasearch, which means that they are treated as part of this package and not external dependencies. As a result...
1. Returns an "Invalid" API Key from `generateSecuredApiKey(key, {})` called with empty options argument. When that function is called with `{}` as the options argument, it returns some API key....
Algolia APP ID : T3TPSRKPQT. [UAT] algolia sdk function search readonly search: ``` (queries: readonly MultipleQueriesQuery[], requestOptions?: RequestOptions & MultipleQueriesOptions) => Readonly [ { "params": { "facets": [ "*" ],...
Error running ``: ``` npm ERR! code 1 npm ERR! path /Users/gregory/git2/algoliasearch-client-javascript/node_modules/iltorb npm ERR! command failed npm ERR! command sh -c node ./scripts/install.js || node-gyp rebuild npm ERR! CC(target) Release/obj.target/iltorb/brotli/c/common/dictionary.o...