Zapytanie o wyszukiwanie w mongoose słowa w polu

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