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
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | enforce-deletion.patch | 938 bytes | fago |
Comments
Comment #2
fagoComment #4
jeqq commentedThank you!