I am searching record with full matching string difference is only a small letter in the string. But the string having ().
"name" : {
"en" : "Monginis Chocolate Muffins 6 N (150 g Each)",
"hi" : "",
"te" : ""
}
Query
db.shop_items.findOne({'name.en':{$regex:'.*\Monginis Chocolate Muffins 6 N (150 g Each).*',$options:'i'}})