ambitious-noon-34894
04/04/2025, 10:42 AM{
"school_ids": {
"$elemMatch": {
"$eq": "someIdToMatch"
}
}
}
Can I write
{
"school_ids": {
"$in": [
"someIdToMatch",
"AnotherID",
"YetAnotherID"
]
}
}
??happy-autumn-40938
04/04/2025, 4:28 PMambitious-noon-34894
04/04/2025, 5:07 PMmammoth-postman-17526
04/06/2025, 11:40 AM"language_ids": {"$in": [1, 8, 3, 9, 13]
I think both will workambitious-noon-34894
04/06/2025, 11:42 AM