db.mycol.find(
{
"likes": { $gt: 10 },
$or: [
{"by": "tutorials point"},
{"title": "MongoDB Overview"}
]
}).pretty()
db.mycol.find(
{
"likes": { $gt: 10db.mycol.find(
{
"likes": { $gt: 10 },
$or: [
{"by": "tutorials point"},
{"title": "MongoDB Overview"}
]
}).pretty()
db.mycol.find(
{
"likes": { $gt: 10