'query to find the document with vId in mongodb compass
let js = {
"data":{
"id":"123",
"vrnt":[
{"vID":1},
{"vID":2}
]
}
}
i have to find vId in compass but unable to do so compass query
{"data.vrnt.vID":1}
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
