JKHeadley/rest-hapi

Recover soft-deleted items

Open

#133 创建于 2018年6月28日

在 GitHub 查看
 (10 评论) (0 反应) (0 负责人)JavaScript (156 fork)batch import
enhancementgood first issuehelp wanted

仓库指标

Star
 (1,181 star)
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.

贡献者指南