mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Update crates/milli/src/update/new/extract/faceted/extract_facets.rs
Co-authored-by: Many the fish <many@meilisearch.com>
This commit is contained in:
parent
9ad43b6841
commit
44f812c36d
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ impl FacetedDocidsExtractor {
|
|||
}
|
||||
|
||||
// 2. Maybe update geo
|
||||
if is_geo_enabled && has_changed_for_geo_fields {
|
||||
if is_geo_enabled && inner.has_changed_for_geo_fields(rtxn, index, context.db_fields_ids_map)? {
|
||||
extract_geo_document(
|
||||
inner.current(rtxn, index, context.db_fields_ids_map)?,
|
||||
inner.external_document_id(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue