Я пытаюсь выполнить следующий запрос на MongoDB Compass, но обнаружил ожидаемый "[" или AggregationStage, но "{" обнаружил ошибку. Я использовал шаблон, предоставленный для $ geoNear, но не смог передать ошибку.
/**
* options: The geo query options.
*/
{
near: {type : "Point", coordinates : [ -153.00, 58.00 ]},
distanceField: "coordinates",
maxDistance: 500000,
query: Limits results that match the query
includeLocs: Optional. Labels and includes the point used to match the document.
num: Optional. The maximum number of documents to return.
spherical: true
}