Make $merge support DELETE operation
Currently, the $merge
only supports insert/update/upsert/merge behaviour. It would be great to support delete behaviour. A common use case would be in-place document deduplication/clean-up in a collection.
1
vote
Ray
shared this idea