mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Update milli/src/search/criteria/attribute.rs
Co-authored-by: Clément Renault <clement@meilisearch.com>
This commit is contained in:
parent
3794ffc952
commit
0add4d735c
1 changed files with 1 additions and 3 deletions
|
@ -529,9 +529,7 @@ fn set_compute_candidates<'t>(
|
|||
|
||||
}
|
||||
|
||||
Ok(final_candidates.map(|(_rank, candidates)| {
|
||||
candidates
|
||||
}))
|
||||
Ok(final_candidates.map(|(_rank, candidates)| candidates))
|
||||
}
|
||||
|
||||
fn linear_compute_candidates(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue