Is it possible to make a Lucene query in a tooltip that finds nodes based on their parent / child properties? For example, I want to find all nodes whose property βfooβ is set to β1β, and to have nodes associated with them by a child association, with property βbazβ set to β2β (perhaps the name is somehow specified their affiliated association)
sort of
@crl\:numeroAtto:"6555" AND @crl\:firmatario:"Marco rossi"
Where "numeroAtto" is the property of the parent node, and "firmatario" is the property of the child. The association type is firmatari (this is not in the request because I donβt know how to use it)
To be clearer, I try to tell lucene: "Find all nodes that have the numeroAtto property set to 6555 and that have children (type of association with children: firmatari) with the" firmatario "property set by Marco rossi.
Thanx in advance
source share