geonear无法使用
- 当前 Bug 的表现(可附上截图)
![](https://image.wxopen.club/content_fd3233d6-4981-11ea-9ec1-a0999b08aadb.png)
![](https://image.wxopen.club/content_fd4ba9f6-4981-11ea-9ec1-a0999b08aadb.png)
- 预期表现
- 复现路径
- 提供一个最简复现 Demo
db.collection(‘business’)
.where({
location: db.command.geoNear({
geometry: db.Geo.Point(app.globalData.user_longitude, app.globalData.user_latitude),
minDistance: 0,
maxDistance: 5000,
})
})