mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Update crates/milli/src/update/new/document_change.rs
This commit is contained in:
parent
acc400face
commit
d34f0b606c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue