meteor 查找数组中有项目的所有记录

示例

我们在这里所做的是使用点表示法引用数组索引

db.posts.find({"tags.0": {$exists: true }})