mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
Update crates/milli/src/update/new/document_change.rs
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user