收藏
回答

开发者工具的高级操作,是否支持$占位符写法?

db.collection('txt_20230926')
.doc('xxxxx')
.update({
data: {
'member.$.rating':'0'
}
})

发者工具高级操作,不支持$占位符吗?始终提示The positional operator did not find the match needed from the query将$改为数字下标,可以正常。问题出在哪儿?


回答关注问题邀请回答
收藏
登录 后发表内容