Hi @SourabhBagrecha, appreciate the response.
I went through the entire chapter 4, but could not find mention of any $in operator. It would be helpful if you could guide me to a resource concerning this operator.
Meanwhile, I tried this:
db.routes.find({"$and":[{"$or":[{"airplane":"CR2"},{"airplane":"A81"}],"$and":[{"dst_airport":"KZN"}, {"src_airport":"KZN"}] }] }).pretty()
It did not return any result and also did not throw any error.
Although possible that I do not get any results back. I feel that the purpose of the exercise would not be met. Besides, there are close to 67 thousand documents in that collection.
Anything that I might be doing wrong?