Du kan använda $in
operatorn för att matcha något av värdena i en array:
db.users.find(
{email : {$in : ["[email protected]", "[email protected]", "mail [email protected]"]}}
)
Du kan använda $in
operatorn för att matcha något av värdena i en array:
db.users.find(
{email : {$in : ["[email protected]", "[email protected]", "mail [email protected]"]}}
)