How to filter to check if any array element to match a condition in MongoDb?

前端 未结 0 382
日久生厌
日久生厌 2021-02-05 13:49

Currently I could filter with this MongoDb query

db.getCollection("entity").find(
    { 
        "NameDetails.Name.0.NameValue.0.EntityName" :         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题