2014년 12월 14일 일요일

Need help in find in Array

I am struggling to get the correct find command. Following is my collection.

Requirement: To find facilities for given Id; 

{
    "_id" : ObjectId("548acc28ae6ff1c0fd1d7470"),
    "responseCode" : "true",
    "facilities" : [ 
        {
            "id" : "11",
            "name" : "Foreign exchange assistance"
        }, 
        {
            "id" : "12",
            "name" : "Assistance with luggage on request"
        }, 
        {
            "id" : "13",
            "name" : "24 hours power back-up"
        }, 
        {
            "id" : "14",
            "name" : "A/C Power Backup Available"
        }
   ]
}


댓글 없음:

댓글 쓰기