mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Add tests
This commit is contained in:
parent
eb2c2815b6
commit
f4a908669c
4 changed files with 291 additions and 11 deletions
|
@ -160,7 +160,7 @@ impl<'ctx> SortedDocumentsIteratorBuilder<'ctx> {
|
|||
}));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Once all geo candidates have been processed, we can return the others
|
||||
if let Some(not_geo_candidates) = not_geo_candidates.take() {
|
||||
if !not_geo_candidates.is_empty() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue