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.17
edited by Tobias Wintrich
on 2021/09/27 21:06
Change comment: There is no comment for this version

Summary

Details

XWiki.WikiMacroClass[0]
Macro code
... ... @@ -9,7 +9,7 @@
9 9   <li>
10 10   [[$rdoc.getDisplayTitle()>>$rdoc.fullName]]
11 11   </li>
12 - #set($query2="where doc.parent='$rdoc' order by doc.title asc")
12 + #set($query2="where doc.parent='$rdoc'")
13 13   #set($results2 = false)
14 14   #set($results2 = $xwiki.searchDocuments($query2, 10, 0))
15 15   <ul>
... ... @@ -53,7 +53,9 @@
53 53   </ul>
54 54   #end
55 55   </ul>
56 - #end
56 + #end
57 + #end
58 + #end
57 57  
58 58  {{/html}}
59 59  {{/velocity}}