找到整个mongodb对象的一个​​键和值

时间:2016-08-08 10:52:50

标签: mongodb

我在mongodb中有记录如下

{
    "_id" : "aqDHbgueSaXFWRzys",
    "i18n" : {
        "fa" : {
            "testimonial" : {
                "content" : {
                    "1" : {
                        "testimonialTitle" : {
                            "newValue" : "11111111",                            
                            "isVerified" : false                            
                        },
                        "testimonialDescription" : {
                            "newValue" : "11111111",
                            "isVerified" : false

                        }
                    }
                }
            },
            "companyInfo" : {
                "companyName" : "red Fr"
            }
        },
        "tr" : {
            "companyInfo" : {
                "companyName" : "JD Company tr"
            }
        },
        "ar" : {
            "companyInfo" : {
                "companyName" : "ER JD Company"
            }
        },
        "ru" : {
            "companyInfo" : {
                "companyName" : "JD Company Rs"
            }
        }
    },
    "updateDate" : ISODate("2016-08-08T09:34:26.824Z"),
    "testimonial" : {
        "content" : {
            "0" : {
                "testimonialTitle" : {
                    "newValue" : "Testimonial Title 45465 1",
                    "isVerified" : true

                },
                "testimonialDescription" : {
                    "newValue" : "Testimonial Text gfh dfghdfgh 1",
                    "isVerified" : true
                }
            },
            "1" : {
                "described" : {
                    "newValue" : "2",
                    "isVerified" : true

                },
                "communication" : {
                    "newValue" : "2",
                    "isVerified" : true
                },
                "shipingTime" : {
                    "newValue" : "3",
                    "isVerified" : true
                },
                "shipingHandling" : {
                    "newValue" : "3",
                    "isVerified" : true
                },
                "testimonialImageUrl" : {
                    "newValue" : "",
                    "isVerified" : true
                },
                "testimonialTitle" : {
                    "newValue" : "jayeshjayeshjayesh",
                    "isVerified" : true,
                },
                "testimonialDescription" : {
                    "newValue" : "jayeshjayeshjayeshjayeshjayeshjayesh",
                    "isVerified" : true
                },
                "testimonialDate" : {
                    "newValue" : ISODate("2016-08-24T18:30:00.000Z"),
                    "isVerified" : true
                }
            }
        }
    },
    "companyInfo" : {
        "companyName" : "Shanghai GEG Garment Co.,Ltd"
    },
    "storeName" : "sunny1"
}

在上面的对象中,您可以多次找到isVerified。所以我想找到,如果剩下任何isVerified:true

0 个答案:

没有答案