Slide 27
Slide 27 text
db.movies.find({
"year": {
"$gte": 2000,
"$lt": 2010
}
})
[{
"_id": {
"$oid": "573a139cf29313caabcf6fb1"
},
"plot": "A lonely obese nurse, working at a hospital terminal
ward, is reminded of her childhood friend Adrienn Pal and wants
to track her down.",
"genres": [
"Drama"
],
"runtime": 136,
"cast": [
"èva Gèbor",
"Istvèn Znamenèk",
"èkos Horvèth",
"Lia Pokorny"
],
"num_mflix_comments": 1,
Find Many Documents