mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-02-07 03:16:13 +08:00
Update crates/milli/src/update/new/document_change.rs
This commit is contained in:
parent
acc400face
commit
d34f0b606c
@ -208,7 +208,7 @@ impl<'doc> Update<'doc> {
|
||||
}
|
||||
|
||||
if !self.from_scratch {
|
||||
// no field deletion, so fields that don't appear in `updated` cannot have changed
|
||||
// no field deletion or update, so fields that don't appear in `updated` cannot have changed
|
||||
return Ok(changed);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user