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