var a = await db.collection( 'focus' ).aggregate().match({ userid: 'xxxxxx' }) // .project({ // big_array:'$foid' // }) .end() |
使用类似聚合语句时,返回的data数量最多只有11条
而使用where查询可全部返回
不知道是什么原因
框架类型 | 问题类型 | 终端类型 | AppID | 基础库版本 |
---|---|---|---|---|
小程序 | Bug | 工具 | wxa64521f00c08d76c | 2.8.1 |
2 个回答
没有复现,这里也没有这个限制,麻烦确认下查询语句是否一致呢
.aggregate().match() 云开发还没有用到这么高级的功能,帮不了你的忙