meilisearch-js
meilisearch-js copied to clipboard
JavaScript client for the Meilisearch API
⚠️ This issue is generated, it means the nameing might be done differently in this package (ex: `add_documents_json` instead of `addDocumentsJson`). Keep the already existing way of naming in this...
**Description** When using meilisearch-js in a typescript environment it is required to add `dom` to the `lib` field in your `tsconfig.json`. This is due to tsconfig overwriting `dom` types for...
# Pull Request ## Related issue Fixes #716 ## What does this PR do? This PR adds the timeout property to the config. The AbortController is then used to abort...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.4 to 4.8.4. Release notes Sourced from typescript's releases. TypeScript 4.8.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...
**Description** The `Embedder` type is currently defined like this: ``` export type Embedder = | OpenAiEmbedder | HuggingFaceEmbedder | UserProvidedEmbedder ``` I should accept `null` too since this is a...
# Pull Request ## Related issue Fixes #1615 ## What does this PR do? Along with what is already detailed in the related issue, the PR includes a lot of...
# Pull Request I am aiming to slowly try to update and simplify this repository, and maybe learn a thing or two along the way. ## What does this PR...
### Rollup Has many questionable configurations, plugins. TypeScript is related, but for the most part that will be done by #1616. - ESM version is apparently meant for bundlers, CJS...
Newer versions of Node.js (LTS 20.10.0, Maintenance 18.19.0) have built-in `fetch`, so the `cross-fetch` polyfill has no effect. This means the built-in `fetch` is used, but this presents a problem...
### Prettier - Outdated - `.prettierrc` has some redundant settings that are set as the default value - `arrowParens` - `bracketSpacing` - `printWidth` - `@types/prettier` why is this installed? It...