Changes for page Document Tree Macros
Last modified by Jiri Tobias on 2026/02/20 12:07
From version 1.1
edited by Martin Mahr
on 2023/11/14 13:31
on 2023/11/14 13:31
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-index-tree-macro/15.9]
To version 2.1
edited by Jiri Tobias
on 2024/11/06 12:30
on 2024/11/06 12:30
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-index-tree-macro/15.10.11]
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. mahr1 +XWiki.tobias - Content
-
... ... @@ -1122,6 +1122,7 @@ 1122 1122 #macro (searchAttachmentsSolr $text $limit $return) 1123 1123 #set ($params = [ 1124 1124 'fq=type:ATTACHMENT', 1125 + 'fq=locale:*', 1125 1125 'qf=filename^4 attcontent', 1126 1126 'fl=type wiki spaces name filename' 1127 1127 ])