0 Replies Latest reply on Oct 23, 2008 5:31 PM by sushi6677

    Restict EntityQuery on ManyToMany attribute

    sushi6677

      Hi all,


      I'm currently trying to restrict an EntityQuery<Document> object through a manyTomany attribute's field. And I do not get it :-(
      So what do I have:
      A document object which has a List<Keyowrd> keywords. This is a list filled by an ManyToMany relationship and it is working fine. I can already visualize the data table with the doucments and the related keywords.


      But now I would like to restrict the EntityQuery<Document> by the name of an keyword and I would like to recieve all documents related to that keyword. How can I do that?


      I have no idea :-(


      Bests,
      Sascha