meilisearch-rust
meilisearch-rust copied to clipboard
Rust wrapper for the Meilisearch API.
This makes it possible to use `rustls` via the upstream feature flag. See: https://github.com/sagebind/isahc/blob/096aff7b13f4ff5bb474fdc27bc30b297a2968f6/Cargo.toml#L29
**Description** Not sure if this is a bug or a feature request. SearchResults doesn't seem to have the serde serialize trait, this prevents passing the results to something like actix...
Updates the requirements on [jsonwebtoken](https://github.com/Keats/jsonwebtoken) to permit the latest version. Changelog Sourced from jsonwebtoken's changelog. 9.1.0 (2023-10-21) Supports deserialization of unsupported algorithms for JWKs 9.0.0 (2023-10-16) Update ring Rejects JWTs...
⚠️ This issue is generated, it means the examples and the namings do not necessarily correspond to the language of this repository. Also, if you are a maintainer, feel free...
**Description** When attempting to call `Index::add_documents_csv` with a File, meilisearch-sdk panics. **Reproducable Example** https://gist.github.com/Fyko/cdaa113505dcca334372b18896381266#file-readme-md **Screenshots or Logs** ## Error ```rust 2023-10-20T23:36:48.526475Z DEBUG isahc::agent: agent took 77.397µs to start up at...
There is an annoying bug with MacOS 14.0 which causes binaries to fail: https://github.com/rust-lang/cargo/issues/12670 This is a PR which fixes the bug: https://github.com/alexcrichton/curl-rust/pull/530. Now it seems easy: update to the...
*Following this [central issue](https://github.com/meilisearch/integration-guides/issues/286)* - [ ] Add two new settings: `separatorTokens` and `nonSeparatorTokens` with `get`, `update`, and `reset` methods associated. Here are the JS equivalents in meilisearch-js you should...
# Pull Request ## Related issue Fixes #452 ## What does this PR do? - This is a WIP state and I'll add it next time. - There are still...
⚠️ This issue is generated, it 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, it means the examples and the namings do not necessarily correspond to the language of this repository. Also, if you are a maintainer, please add...