mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Fix test
This commit is contained in:
parent
f0ec8cbffe
commit
a21711f473
1 changed files with 2 additions and 1 deletions
|
@ -94,7 +94,8 @@ impl<'a, 'b, 'extractor> Extractor<'extractor> for DocumentsExtractor<'a, 'b> {
|
||||||
.or_default();
|
.or_default();
|
||||||
*entry -= 1;
|
*entry -= 1;
|
||||||
}
|
}
|
||||||
let content = update.updated();
|
let content =
|
||||||
|
update.merged(&context.rtxn, context.index, &context.db_fields_ids_map)?;
|
||||||
let geo_iter = content
|
let geo_iter = content
|
||||||
.geo_field()
|
.geo_field()
|
||||||
.transpose()
|
.transpose()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue