mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Update milli/src/search/criteria/attribute.rs
Co-authored-by: Clément Renault <clement@meilisearch.com>
This commit is contained in:
parent
0e4e6dfada
commit
498c2b298c
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ impl<'t> Criterion for Attribute<'t> {
|
|||
flatten_query_tree(&qt)
|
||||
});
|
||||
|
||||
let found_candidates = if candidates.len() < 1_000 {
|
||||
let found_candidates = if candidates.len() < 1000 {
|
||||
let current_buckets = match self.current_buckets.as_mut() {
|
||||
Some(current_buckets) => current_buckets,
|
||||
None => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue