Introduce the facet search route

This commit is contained in:
Kerollmops 2023-04-13 18:16:33 +02:00 committed by Louis Dureuil
parent addb21f110
commit ce7e7f12c8
No known key found for this signature in database
4 changed files with 220 additions and 9 deletions

View file

@ -341,6 +341,7 @@ impl<'a> SearchForFacetValue<'a> {
}
}
#[derive(Debug, serde::Serialize)]
pub struct FacetSearchResult {
/// The original facet value
pub value: String,