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

Rust wrapper for the Meilisearch API.

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

# Pull Request ## Related issue Fixes #503 ## What does this PR do? - Add functionality to use the facet-search API - Add code samples for the new method...

# Pull Request ## Related issue Fixes #502 ## What does this PR do? - Introduce FacetSortValue enum - Add FacetSortSetting to FacetSetting ## PR checklist Please check if your...

## Source ```rust // lib.rs #![allow(dead_code)] use meilisearch_sdk::{indexes::Index, Client}; use serde::Serialize; #[derive(Serialize)] struct SimpleStruct 0) // failed } fn index(namespace: &str) -> Index { Client::new( "http://127.0.0.1:7700", Some("xxx"), ) .index(namespace) }...

bug

Following: https://github.com/meilisearch/meilisearch-rust/pull/426#issuecomment-1466375016 It would be nice to make the web client customizable, i.e: - Add a feature flag to get rid of `ishac` (by default, we should continue to use...

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

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

**Description** Let's say you have a bunch of indices that all need pagination and sorting. You could try to use generic structs + serdes flatten and then write a sub...

enhancement

**Description** I would like to open a discussion on the API design decision around the Client's `generate_tenant_token` method's UID parameter. Since the `Discussions` feature is not enabled for this repo,...

enhancement

Depending on which async action you are triggering, the `Details` fields of a Task can return different information. See [spec](https://github.com/meilisearch/specifications/blob/main/text/0060-tasks-api.md#4-details-field-object). These field are always returned and are not `Optional`. Thus,...

good first issue
maintenance

Unless the crates we are using are never updated, which I doubt, dependabot does not create automatic PR's to suggest an update. We should find out why and fix it

bug
maintenance