mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
add distinct attributes to cli
This commit is contained in:
parent
49fbbacafc
commit
bbb6728d2f
2 changed files with 12 additions and 0 deletions
|
@ -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 })
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue