gpt4 book ai didi

azure - 如何通过mongoDB协议(protocol)在CosmosDB中查询$near

转载 作者:行者123 更新时间:2023-12-03 03:04:45 26 4
gpt4 key购买 nike

我有这个文件

{
"_id" : "8cbc4fdc79d5479c95deaab471d359bb",
"category" : "test",
"location" : {
"name" : "Café Café",
"coordinates" : {
"type" : "Point",
"coordinates" : [
34.788589,
32.0857813
]
}
}
}

此查询在 CosmosDB 上返回 0 条记录,但在真实的 mongoDB 上按预期工作

db.activities.find({'location.coordinates': { $near :{$geometry: { type: "Point",  coordinates: [ 34.788589, 32.0857813 ] }}}})

最佳答案

关于azure - 如何通过mongoDB协议(protocol)在CosmosDB中查询$near,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45631169/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com