Hello everyone,
Lab 2: Querying Arrays and Sub-Documents.
The problem given here is: To complete this exercise connect to your Atlas cluster using the in-browser IDE space at the end of this chapter.
How many inspections from the sample_training.inspections collection were conducted in the city of NEW YORK? - NEW YORK is in uppercase.
When we shift to Chapter 4 IDE to perform the same, the same question, given in the Terminal is written in quiz_questions as: How many inspections from the sample_training.inspections collection were conducted in the city of New York? - New York has only initials in uppercase.
After writing the command for both of the NEW YORK as well as New York in mongoDB shell produces different answers. The Lab 2: Querying Arrays and Sub-Documents declares New York answer to be wrong, and thus produced fail in Lab 2: Querying Arrays and Sub-Documents for me.
I would like to know if there is a way to reattempt the problem and get a pass, as it was an issue with the problem itself? Please guide me with the same.
Hardi Trivedi