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

## What does this PR do? This adds `serde::Serialize` to `MultiSearchResponse`. I'm in a situation where I proxy requests between client and Meilisearch. During which I have authentication via OAuth...

**Description** Hi! First time poster here, so I wanted to say thanks for all the hard work! We're a Paris-based startup that has recently begun testing integration with `meilisearch` in...

# Pull Request ## Related issue Fixes #665 ## What does this PR do? - Change the type of `deleted_tasks` field in `TaskDeletion` from `usize` to `Option` - This should...

**Description** When trying to call perform `get_task()` for a deletion task, I get an error: > Error parsing response JSON: invalid type: null, expected usize. After getting the response object...

# Pull Request ## Related issue Progress toward #647 On top of #656 for experimental features Waiting on #625 to support searching networks ## Notes Spent quite some time thinking...

stale

This issue follows the changes related to Meilisearch v1.14.0 [mega issue](https://github.com/meilisearch/integration-guides/issues/315). ## Description Update embedders API to be compatible with Meilisearch v1.14.0 For more context, see the related issue in...

enhancement
good first issue

This issue follows the changes related to Meilisearch v1.14.0 [mega issue](https://github.com/meilisearch/integration-guides/issues/315). ## Description Update the settings API to handle the new `filterableAttributes` syntax. For more context, see the related issue...

enhancement
good first issue

This issue follows the changes related to Meilisearch v1.14.0 [mega issue](https://github.com/meilisearch/integration-guides/issues/315). ## Description Add `progressTrace`, `writeChannelCongestion`, and `internalDatabaseSizes` to batches `stats`. > [!warning] > Do not type the fields inside...

enhancement
good first issue

This issue follows the changes related to Meilisearch v1.14.0 [mega issue](https://github.com/meilisearch/integration-guides/issues/315). ## Description Update facet search to allow exhaustive facet count. For more context, see the related issue in Meilisearch:...

enhancement
good first issue

This issue follows the changes related to Meilisearch v1.14.0 [mega issue](https://github.com/meilisearch/integration-guides/issues/315). ## Description Update the SDK to allow retrieving documents by ID. For more context, see the related issue in...

enhancement
good first issue