根据这篇文章,我在Meteor 0.7.1.2上有这个错误: meteor cannot observe queries with skip or limit, 问题已于2年前修复。
示例:
var mon = Mon.find({}, {sort: {utctime: -1}, limit: 50})
mon.observe({
added: console.log("Document added to the Mon collection")
})
我无法找到解决方案。什么是有序的观察?