From version < 9.1 >
edited by Vincent Gyda
on 2022/02/02 21:22
To version < 12.1 >
edited by Vincent Gyda
on 2022/02/02 21:25
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,3 +1,2 @@
1 1  
2 -{{velocity}}$services.query.xwql('where doc.author = 'XWiki.Vincent Gyda'').execute(){{/velocity}}
3 -
2 +{{velocity}}$services.query.xwql('from XWikiSpace as space where doc.space = space.reference and ((doc.name <> 'WebHome' and lower(doc.name) like '%wiki%') or (doc.name = 'WebHome' and lower(space.name) like '%wiki%'))').execute(){{/velocity}}