Mongodb – How do I search for the value "city"?
I'm trying to query through a somewhat simple collection with the following structure: { "name":[ { "something":"", "somethingelse":[ { "name":"John", "city":"NY" } ]}]} I have tried to search the value "city" with the dot notation but no success.