regex може да ви помогне с това. Person.find({ "name": { "$regex": "Alex", "$options": "i" } }, function(err,docs) { });