$regex
का उपयोग करने का प्रयास करें
$options
. के साथ
Customer.find({'name': { $regex: 'FOO', $options: 'i' }}).exec(function (err, customer) {
console.log(customer);
})
$regex
का उपयोग करने का प्रयास करें
$options
. के साथ
Customer.find({'name': { $regex: 'FOO', $options: 'i' }}).exec(function (err, customer) {
console.log(customer);
})