mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Introduce the facet search route
This commit is contained in:
parent
addb21f110
commit
ce7e7f12c8
4 changed files with 220 additions and 9 deletions
|
@ -341,6 +341,7 @@ impl<'a> SearchForFacetValue<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, serde::Serialize)]
|
||||
pub struct FacetSearchResult {
|
||||
/// The original facet value
|
||||
pub value: String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue