正規表現はこれを支援します。 Person.find({ "name": { "$regex": "Alex", "$options": "i" } }, function(err,docs) { });