unable to find index for $geoNear query
- 当前 Bug 的表现(可附上截图)
- 预期表现
- 复现路径
- 提供一个最简复现 Demo
const db = wx.cloud.database({
env: app.globalData.envstr
})
db.collection(‘SalePlace’).where({
FPoint: db.command.geoNear({
geometry: db.Geo.Point(113.323809, 23.097732), //res.longitude, res.latitude),
maxDistance: 5000,
minDistance:1000,
})
}).get().then(console.log)