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 ドキュメントを指します。