meilisearch-rust
meilisearch-rust copied to clipboard
Rust wrapper for the Meilisearch API.
# Pull Request Related to: https://github.com/meilisearch/integration-guides/issues/205 ## Breaking - [x] Actions that create a task in Meilisearch now return a `TaskInfo` and not a `Task` object anymore. (ex: add_documents). -...
## Changes related to the `keys` management Related to: - issue: https://github.com/meilisearch/meilisearch/issues/2442 - issue: https://github.com/meilisearch/meilisearch/issues/2369 All the changes: - [x] `GET /keys` has pagination metadata, added `limit` (default: 20), `offset`...
## Changes related to the `HTTP` verbs Related to: - issue: https://github.com/meilisearch/meilisearch/issues/2419 To be more compliant with the RESTful good practices we must change the following verbs: - [ ]...
Related to this issue: https://github.com/meilisearch/integration-guides/issues/205 This PR: - gathers the changes related to the next Meilisearch release (v0.28.0) so that this package is ready when the official release is out....
_This PR is auto-generated._ Update the code-samples.meilisearch.yml according to the [integration-guides issue](https://github.com/meilisearch/integration-guides/issues/208) for more information and the complete description about what should be done here check that issue.
⚠️ Do not start contributing to this issue before this PR is merged: #297 Currently we are implementing all our errors by hand. Exemple: https://github.com/meilisearch/meilisearch-rust/blob/6f98caff09c2439002ac53307d1748a849c9e600/src/errors.rs#L58-L68 This would be way more...
_This PR is auto-generated._ Update the code-samples.meilisearch.yml according to the [integration-guides issue](https://github.com/meilisearch/integration-guides/issues/209) for more information and the complete description about what should be done here check that issue.
**Description** When trying to query an index, Rust panics. I haven't seen any other issues on this so I have to assume it has something to do with my current...
⚠️ This issue is generated, which means the examples and the namings do not necessarily correspond to the language of this repository. Also, if you are a maintainer, please add...
⚠️ This issue is generated, which means the examples and the namings do not necessarily correspond to the language of this repository. Also, if you are a maintainer, please add...