enhancementgood first issuehelp wanted
倉庫指標
- 星標
- (1,181 顆星)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
Is your feature request related to a problem? Please describe. Aside from serving as an archival process, soft-deletion also helps perform a recovery of the deleted data. Would an update query work on soft-deleted items to remove the deleted flag? Or would it require a MongoDB update?
Describe the solution you'd like The update method can accept a flag to include soft-deleted items. This should allow their recovery.