Skip to content

Instantly share code, notes, and snippets.

View burubur's full-sized avatar
🏠
Working from home

Burhan Mubarok burubur

🏠
Working from home
View GitHub Profile
db.collection.find(
// where clause
{
items: { $elemMatch : { "code": 3}}
},
// projection fields
{
_id: "_id",
order_id: "order_id"
// return matched status