meilisearch-rust
meilisearch-rust copied to clipboard
Rust wrapper for the Meilisearch API.
**Description** Basic "cargo build" compilation failing for meilisearch-sdk v0.27.1 and rustc 1.83.0. See the errors below. **Expected behavior** Clean compilation of the the meilisearch-sdk. **Current behavior** See these errors produced...
*Following this [central issue](https://github.com/meilisearch/integration-guides/issues/303)* ### Explanation of the feature Related issue in the engine: https://github.com/meilisearch/meilisearch/issues/4932 * Request facet distributions and facet stats in your federated search, by using `federation.facetsByIndex` in...
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
# Pull Request ## Related issue Fixes #733 ## What does this PR do? - ... ## PR checklist Please check if your PR fulfills the following requirements: - [x]...
# Pull Request ## Related issue Fixes #660 ## What does this PR do? ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this...
## Description [Meilisearch v1.26](https://github.com/meilisearch/meilisearch/releases/tag/v1.26.0) allows attaching custom metadata to document addition or update tasks. We want to update this SDK's methods for documents addition and update to accept an optional...
**Description** Hello, it missing the `headers` field in the `Embedder` that is describe in the documentation to handle some rest embedding. Here is an example below: **Basic example** I would...
Updates the requirements on [async-graphql-actix-web](https://github.com/async-graphql/async-graphql) to permit the latest version. Changelog Sourced from async-graphql-actix-web's changelog. [7.0.17] 2025-05-24 update MSRV to 1.86.0 Allow exporting SDL with spaces #1688 Update GraphiQLSource to...
Updates the requirements on [async-graphql](https://github.com/async-graphql/async-graphql) to permit the latest version. Changelog Sourced from async-graphql's changelog. [7.0.17] 2025-05-24 update MSRV to 1.86.0 Allow exporting SDL with spaces #1688 Update GraphiQLSource to...
This issue follows the changes related to Meilisearch v1.16.0 [mega issue](https://github.com/meilisearch/integration-guides/issues/317). ## Description Add the necessary methods to interact with the [export API](https://www.meilisearch.com/docs/reference/api/export). For more context, see the related issue...