mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 16:51:01 +00:00
Update milli/src/search/criteria/initial.rs
Co-authored-by: Clément Renault <clement@meilisearch.com>
This commit is contained in:
@ -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) => {
|
||||
|
Reference in New Issue
Block a user