meilisearch-rust
meilisearch-rust copied to clipboard
Rust wrapper for the Meilisearch API.
You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting...
You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting...
# Pull Request ## Related issue Fixes #611 ## What does this PR do? - Added `locales` parameter and `with_locales` method to `SearchQuery` struct - Added localized attributes related methods...
You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting...
You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting...
# Pull Request ## Related issue None ## What does this PR do? - A way to override the index name - A way to change pagination settings - Minor...
# Pull Request ## Related issue None ## What does this PR do? Fixes documentation for `*_update` functions inside `indexes.rs` by adding missing `exist` ## PR checklist Please check if...
# Pull Request ## Related issue Fixes #610 ## What does this PR do? -I've started working on the implementation of the update documents by function feature, but I'm struggling...
*Following this [central issue](https://github.com/meilisearch/integration-guides/issues/302)* ### Explanation of the feature Pass new search parameters to `multiSearch` method to get one single list of result Ensure the queries passed can accept the...
*Following this [central issue](https://github.com/meilisearch/integration-guides/issues/302)* ### Explanation of the feature - Rest embedder - Removed parameters: `query`, `inputField`, `inputType`, `pathToEmbeddings` and `embeddingObject`. - Replaced by `request` and `response` - New parameter:...