mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Make the search for facet work
This commit is contained in:
parent
ce7e7f12c8
commit
e81809aae7
3 changed files with 17 additions and 12 deletions
|
@ -119,7 +119,7 @@ pub async fn search(
|
|||
) -> Result<HttpResponse, ResponseError> {
|
||||
let index_uid = IndexUid::try_from(index_uid.into_inner())?;
|
||||
|
||||
let mut query = params.into_inner();
|
||||
let query = params.into_inner();
|
||||
debug!("facet search called with params: {:?}", query);
|
||||
|
||||
let facet_query = query.facet_query.clone();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue