mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +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();
|
||||
*entry -= 1;
|
||||
}
|
||||
let content = update.updated();
|
||||
let content =
|
||||
update.merged(&context.rtxn, context.index, &context.db_fields_ids_map)?;
|
||||
let geo_iter = content
|
||||
.geo_field()
|
||||
.transpose()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue