meilisearch-rust
meilisearch-rust copied to clipboard
Rust wrapper for the Meilisearch API.
*Following this [central issue](https://github.com/meilisearch/integration-guides/issues/302)* ### Explanation of the feature Changes - new settings `localizedAttributes` and the sub-methods associated to it - new search parameter `locales` Usage: https://meilisearch.notion.site/v1-10-Language-settings-usage-26c5d98b553349d9abacbe7aff698e4e ### TODO -...
*Following this [central issue](https://github.com/meilisearch/integration-guides/issues/302)* ### Explanation of the feature Add a new capability to update documents based on a function Usage: https://meilisearch.notion.site/Update-Documents-by-Function-0cff8fea7655436592e7c8a6de932062 ### TODO - [ ] Add a new...
# Pull Request ## Related issue Fixes #646 ## What does this PR do? - Add support for similar docs queries with v1.13 version api #646. It works for my...
# Pull Request ## Related issue Fixes #609 ## What does this PR do? This PR adds types and methods to use the federated multi search API. There are multiple...
E.g. https://github.com/meilisearch/meilisearch-rust/actions/runs/15610369450/job/43969605803?pr=625 # Pull Request ## Related issue https://github.com/meilisearch/meilisearch-rust/pull/625 IT tests fail ## What does this PR do? - Fixes tests assertions against Meilisearch 1.15.1 ## Summary by CodeRabbit -...
# Pull Request ## Related issue ## What does this PR do? - Support return document vector data with get one document ## PR checklist Please check if your PR...
This issue follows the changes related to Meilisearch v1.15.0 [mega issue](https://github.com/meilisearch/integration-guides/issues/316). ## Description Update responses from the batches API to contain the [`batchStrategy` field](https://www.notion.so/meilisearch/v1-15-batch-updates-1d64b06b651f80edbe09dcdfed63161d#1d64b06b651f80488a5bdc2992ae63d6). For more context, see the related...
This issue follows the changes related to Meilisearch v1.15.0 [mega issue](https://github.com/meilisearch/integration-guides/issues/316). ## Description Update the typo tolerance settings to allow [deactivating typo tolerance on high entropy words](https://meilisearch.notion.site/Deactivate-typo-tolerance-on-specific-kinds-of-terms-1a44b06b651f809d9cb7db67b322a4b8). For more context,...
# Pull Request ## Related issue Fixes #507 ## What does this PR do? This pull request introduces a new GitHub Actions workflow for measuring and reporting code coverage. The...
It seems there is no way of setting the content-encoding when adding documents as gzipped ndjson. **What the doc says:** > Request compression The code sample below uses the Content-Encoding:...