Hello,
I am on Projection and kind of confused;
The Collection Shannon is using for his Class atlas Cluster is video.movie. Whichile that i am using is vieo.movieDetails no difference though. But where i face some issue is that the below Query Syntax does not work for me:
db.movieDetails.find({genre : “Action”, “Adventure”}, {title: 1})
However when i do the below mo=dification at the level of genre it does through the same output as per his demo. Just to check if the syntax issue is right.
db.movieDetails.find({genre : “Action”, genre : “Adventure”}, {title: 1})