// Using MongooseJS var name="john"; UserSchema.find({name: { $regex: '.*' + name + '.*' } }).limit(5);