mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Update milli/src/search/criteria/initial.rs
Co-authored-by: Clément Renault <clement@meilisearch.com>
This commit is contained in:
parent
516e838eb4
commit
81919a35a2
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ impl<D: Distinct> Criterion for Initial<'_, D> {
|
|||
candidates &= filtered_candidates;
|
||||
}
|
||||
|
||||
// because the bucket_candidates should be an exhastive count of the matching documents,
|
||||
// because the bucket_candidates should be an exhaustive count of the matching documents,
|
||||
// we precompute the distinct attributes.
|
||||
let bucket_candidates = match &mut self.distinct {
|
||||
Some(distinct) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue