Hi,
I'm trying to define an advanced search with the following things to take into account:
- Some specific properties (cm:name= "my name", for example) <- There's no problem with this
- Some specific children (node.children[x].name="child1", node.children[y].name="child4", etc). <- Here is the problem
What's the query like? How can I get a node depending on some properties and depending also (and most important) on his children?
Thank you very much.