MongoDB join/lookup not working when using a pipeline

前端 未结 0 1710
死守一世寂寞
死守一世寂寞 2021-01-27 12:13

using a join in MongoDb I can get the values I want

(await this.ideasCollection).aggregate([
    {
        $match: { userId, deleted: { $ne: true } },
    },
             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题