我有以下文档集合结构。我可以使用各种方法过滤文档,但无法过滤文档中的数组。
{
"_id": "",
"employee": {
"EmployeeAttributeValues": {
"EmployeeAttributeValue": [
{.....
},
{.....
},
{.....
},
{.....
}
]
}
}
}
请帮助我了解如何根据某些条件过滤 MemberAttributeValue 数组。