....... ->createQueryBuilder( 'Model\Document\Post' ) ->field( 'comments.id' )->equals( $commentId ) .... Does not work, but when comments are ReferenceMany it works. Is such query not possible when EmbedMany relation

No need to mention 'comments' refers to an EmbedMany document in a post document

link|improve this question
Are you sure that your embedded Comments have an id value ? What is the raw result of your Post document ? – Florian Feb 12 at 13:55
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.