mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
add distinct attributes to cli
This commit is contained in:
committed by
Clémentine Urquizar
parent
49fbbacafc
commit
bbb6728d2f
@ -243,6 +243,8 @@ impl<'a> Search<'a> {
|
||||
excluded_candidates = candidates.into_excluded();
|
||||
}
|
||||
|
||||
dbg!(excluded_candidates.len());
|
||||
|
||||
Ok(SearchResult { matching_words, candidates: initial_candidates, documents_ids })
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user