使用mongoose在mongodb中查找和删除字段

时间:2016-02-04 02:35:44

标签: node.js mongodb mongoose

假设我们在mongodb中有一些数据

{

_id: ObjectId(7df78ad8902c)

  title: 'MongoDB Overview', 

  description: 'MongoDB is no sql database',

  by: 'tutorials point',

  url: 'http://www.tutorialspoint.com',

  tags: ['mongodb', 'database', 'NoSQL'],

  likes: 100, 

  comments: 'this is a comment'

}

用户输入"评论"并且我想在通过其ID搜索文档后从特定文档中删除该字段。

0 个答案:

没有答案