$in
を使用できます
配列内の任意の値に一致する演算子:
db.users.find(
{email : {$in : ["[email protected]", "[email protected]", "mail [email protected]"]}}
)
$in
を使用できます
配列内の任意の値に一致する演算子:
db.users.find(
{email : {$in : ["[email protected]", "[email protected]", "mail [email protected]"]}}
)