For each hit also render the direct and transitive children. Does not apply to definition lists. It is not necessary for the children to match the query constraints. If a child is also a hit in the original result set, it will be rendered twice. Limit the chance of redundant hit by selecting the restriction to immediate children or by adjusting the query accordingly. Tip Box |
---|
If you just want to select on the root documents of a type, use the following in your where clause: Code Block |
---|
*:* -Parent:[* TO *] |
|
This feature is available since version 1.10. |