>db.Person.find( { $or: [ { "name": "XYZ" }, { "MailID": "abc1234@gmail.com" } ] } )
Login to post response