Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
....... ->createQueryBuilder( 'Model\Document\Post' ) ->field( 'comments.id' )->equals( $commentId ) .... 不起作用,但是当评论是 ReferenceMany 时作品。当 EmbedMany 关系时,这样的查询是不可能的
无需提及“评论”是指发布文档中的 EmbedMany 文档