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

Reply via email to