Querying nested embedded documents with Mongoose

前端 未结 2 1752
不思量自难忘°
不思量自难忘° 2021-01-06 10:04

I\'m trying to query inside an embedded document that is nested. I\'ve attempted to \'populate\' the results but that fails.

How do I get back all of the book detail

2条回答
  •  情歌与酒
    2021-01-06 10:27

    right now nested sub document population is not supported. i added a link to this post to the open github issue for future tracking.

    https://github.com/LearnBoost/mongoose/issues/601

提交回复
热议问题