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

Should be done once https://github.com/meilisearch/meilisearch-rust/pull/201 is merged Since v0.24.0, MeiliSearch does not return the exact document in the `_formatted` object. Example With this document ```json [ { "id": 1, "title":...

help wanted

⚠️ This issue is generated, it means the nameing might be done differently in this package (ex: `add_documents_json` instead of `addDocumentsJson`). Keep the already existing way of naming in this...

enhancement
good first issue
hacktoberfest

In v0.21.0, the `with_filter` function corresponding to the `filter` search parameter can accept both array and string syntax: - string: `
"filter": "genre = comedy AND price > 13"
`...

good first issue

Following this issue: https://github.com/meilisearch/meilisearch-rust/issues/159 Add tests to ensure that errors are parsed successfully

good first issue
hacktoberfest

We need a section `Custom Search` in the README. This section should be between `Basic Search` and `Custom Search With Filters` The section should be the same as the one...

documentation
good first issue

This PR also enables the `sync` feature by default, as it was confusing (see #148)

I think the way this library handles `Document` types can be improved. ## Current implementation The type of the `Document` must be explicitly specified at each request. ```rust let books...

enhancement

The test `progress::test::test_wait_for_pending_updates_time_out` randomly fails in rare cases.

help wanted

I added a small build script that will generate a test file from code samples. The file will be located in `tests/generated_from_code_samples.rs` and contains 78 additional tests. This is a...

## Summary When running `cargo test` I noticed that I need to have a Meilisearch instance pre-configured before hand. This instance generally is empty and the tests are not running...

maintenance
hacktoberfest