I noted that the bulk updater does not respect the 'deleted' flag of documents but relies on _deleted to be already true in the entity as well. Attached patch improves the updater to enforce the entity to be deleted when the given document says so.

This is needed for making filtered replication propagate deletes properly, see #3027838: Add support for replicating deletions when filter values are removed

CommentFileSizeAuthor
#2 enforce-deletion.patch938 bytesfago

Comments

fago created an issue. See original summary.

fago’s picture

Status: Active » Needs review
StatusFileSize
new938 bytes

  • jeqq committed 046fbed on 8.x-1.x authored by fago
    Issue #3028318 by fago: Bulk updater does not respected deleted flag of...
jeqq’s picture

Status: Needs review » Fixed

Thank you!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.