集合中的一项如下所示。
{
"_id" : ObjectId("4f7ee46e08403d063ab0b4f9"),
"name" : "MongoDB",
"notes" : [
{
"title" : "Hello MongoDB",
"content" : "Hello MongoDB"
},
{
"title" : "ReplicaSet MongoDB",
"content" : "ReplicaSet MongoDB"
}
]
}
假设我想将所有文档的所有注释作为一个数组检索,我应该如何写我的查询?给出 mongoose 和/或 mongoDB 的例子