mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-13 16:26:26 +00:00
Fix behavior when removing a document
This commit is contained in:
@ -225,6 +225,7 @@ pub fn extract_vector_points<R: io::Read + io::Seek>(
|
||||
} else if document_is_kept && old.is_none() {
|
||||
VectorStateDelta::NoChange
|
||||
} else {
|
||||
remove_from_user_provided.insert(docid);
|
||||
VectorStateDelta::NowRemoved
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user