parque
db.collection.find({
"sale": "Test Sale",
products: {
"$elemMatch": {//As you have nested arrays
"$elemMatch": {
"$elemMatch": {
"$in": [
"abc"
]
}
}
}
}
})
É melhor ter um esquema melhor.