meilisearch-rust icon indicating copy to clipboard operation
meilisearch-rust copied to clipboard

Rust wrapper for the Meilisearch API.

Results 130 meilisearch-rust issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

skip-changelog
dependencies

⚠️ 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...

enhancement
good first issue

**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...

bug
good first issue

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...

bug

*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...

enhancement
good first issue

# 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...

enhancement
breaking-change

⚠️ 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...

enhancement
good first issue

⚠️ 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...

enhancement
good first issue