Du kan bruge $in
operator for at matche en hvilken som helst af værdierne i et array:
db.users.find(
{email : {$in : ["[email protected]", "[email protected]", "mail [email protected]"]}}
)
Du kan bruge $in
operator for at matche en hvilken som helst af værdierne i et array:
db.users.find(
{email : {$in : ["[email protected]", "[email protected]", "mail [email protected]"]}}
)