Mongoose Recherche Requête pour un mot dans un champ

var regex = new RegExp(string, "i");
Db.find({ name: regex }
Hamsa Haris