I am fairly new to MongoDB, I have a collection that has a field which contains an array, if I may call it that. I want to check if this field has content in it? Check the example below:
Eg. "field" : [ 2, 3 ]
I want to return records that have an "field" like this:
"field" : [ 26.29476, -32.71036 ],