Quantcast
Channel: CNode:Node.js专业中文社区
Viewing all articles
Browse latest Browse all 14821

mongo,$elemMatch查询,只返回一个结果?

$
0
0

代码如下:

chat.find({chatRecordId: results.getTopic.chatRecordId},{"chatItem":{"$elemMatch":{"chatItemId":{$gt: 1,$lt:4}}}}, function (err, findResults) {
      console.log('alallalalalal',findResults[0])
        callback(null)
      });

最后的结果只有一个,就是chatItemId=2 的,是我用错了吗还是怎么回事?不应该返回两条的吗


Viewing all articles
Browse latest Browse all 14821

Trending Articles