meilisearch-js icon indicating copy to clipboard operation
meilisearch-js copied to clipboard

JavaScript client for the Meilisearch API

Results 87 meilisearch-js issues
Sort by recently updated
recently updated
newest added

# Pull Request ## Related issue Fixes #1947 ## What does this PR do? - adds scripts that help with authoring, linting and type checking code samples ```bash # Generate...

documentation
maintenance

https://github.com/microsoft/Typescript/wiki/Performance

maintenance

# Pull Request ## Related issue Fixes #1922 ## What does this PR do? - fixes bug where the wrong abort controller is passed to `fetch` - adjusts documentation -...

bug

# Pull Request Let's try and publish to [JSR](https://jsr.io) as well. - add script that creates `jsr.json` from `package.json` - add necessary entries to `publish.yaml` workflow according to https://jsr.io/docs/publishing-packages#publishing-from-github-actions To...

enhancement

# Pull Request ## Related issue Fixes #1767 ## What does this PR do? - updates docs - completely refactor types with the help of the source code - refactors...

breaking-change

# Pull Request ## What does this PR do? - separated [Keys](https://www.meilisearch.com/docs/reference/api/keys) types into its own file, refactored them to more closely match the source code types - actions are...

breaking-change

# Pull Request ## What does this PR do? - refactors index types so that they match the `meilisearch` rust source code model as much as possible - removes index...

breaking-change

# Pull Request ## What does this PR do? - simplifies, improves, separates and documents `Settings` types - embedder settings types are no longer embedder specific for the sake of...

breaking-change

# Pull Request ## What does this PR do? - formats everything that `prettier` supports - replaces YAML lint, so we can remove that now

maintenance

# Pull Request ## What does this PR do? - improved and/or documented various types and methods #### Migration - type `Health` -> `HealthResponse` - type `Version` -> `VersionResponse` ```diff...

breaking-change