Changes for page Rangee Index

Last modified by Tobias Wintrich on 2025/06/04 09:20

From version 9.20
edited by Tobias Wintrich
on 2021/09/27 21:21
Change comment: There is no comment for this version
To version 9.21
edited by Tobias Wintrich
on 2021/09/27 21:21
Change comment: There is no comment for this version

Summary

Details

XWiki.WikiMacroClass[0]
Macro code
... ... @@ -2,6 +2,7 @@
2 2  {{velocity}}
3 3  {{html wiki=true}}
4 4  #set($query="where doc.fullName='Handbücher.10\.00.Admin Guide 10\.00.WebHome'")
5 +<ul>
5 5   #set($results = false)
6 6   #set($results = $xwiki.searchDocuments($query, 10, 0))
7 7   #foreach($docname in $results)
... ... @@ -54,6 +54,7 @@
54 54   #end
55 55   </ul>
56 56   #end
58 +</ul>
57 57  
58 58  {{/html}}
59 59  {{/velocity}}