Shell command (printscreen) does not retrieve data although exact the same data exist as search with command.
porting performance from Ricardo Montalban.",
“userMeter” : 90,
“userRating” : 3.8,
“userReviews” : 84279
},
“metacritic” : 71,
“awards” : {
“wins” : 2,
“nominations” : 9,
“text” : “2 wins & 9 nominations.”
},
“type” : “movie”
}
Type “it” for more
MongoDB Enterprise Cluster0-shard-0:PRIMARY> show collections
movieDetails
moviesScratch
MongoDB Enterprise Cluster0-shard-0:PRIMARY> db.moviesDetails.find({rated: “PG-13”}).pretty()
MongoDB Enterprise Cluster0-shard-0:PRIMARY> db.moviesDetails.find({rated: “PG-13”}).count()
0
MongoDB Enterprise Cluster0-shard-0:PRIMARY>