gpt4 book ai didi

mongodb - 聚集在 meteor 中

转载 作者:可可西里 更新时间:2023-11-01 09:52:08 25 4
gpt4 key购买 nike

我需要在 MongoDB 中使用聚合进行查询,但由于 meteor 不支持我正在尝试使用扩展服务器聚合。我在服务器上使用这样的代码:

var result = aggregates('publicadores',[{$match: {_id : _id}},{ $unwind: '$relatorios' },{ $sort: {'relatorios.mes': -1 }}]);

协商正确完成,但是当通过 Publish Meteor 传递数据时返回以下错误:

Exception from sub MvPSGj5bf2jHFsRng Error: Publish function returned an array of non-Cursors

有谁知道如何解决这个错误,或者其他在 Meteor 中应用聚合的方法?

最佳答案

关于mongodb - 聚集在 meteor 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24410751/

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