Figured it out over the weekend: where doc.parent = ‘Parent Full Name’ Guess I was trying to make it more complicated than it actually was. Regards, Jesse
On Apr 8, 2016, at 7:51 AM, Personal <[email protected]> wrote:
Per the Query Module documentation:
List of child spaces: select space.name from XWikiSpace as space where space.parent = 'Parent Space’ List of all nested documents in a space: where doc.space like 'Space' or doc.space like 'Space.%’
The first gives me the correct spaces but I want the documents (WebHome) and the second gives me every single document in every space below ‘Space’. How do you query for just the documents in the immediate child spaces? Anything I do to narrow the results seems to give me no results and no error. Thanks for any help.
Regards,
Jesse _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users