Changes for page Solr Search Macros

Last modified by SuperNico Laub on 2025/09/18 17:55

From version 2.1
edited by SuperNico Laub
on 2025/09/18 17:55
Change comment: Install extension [org.xwiki.platform:xwiki-platform-search-solr-ui/17.7.0]
To version 1.1
edited by superadmin
on 2025/05/22 17:44
Change comment: Install extension [org.xwiki.platform:xwiki-platform-search-solr-ui/16.10.8]

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.supernico
1 +XWiki.superadmin
Content
... ... @@ -798,7 +798,10 @@
798 798   #end
799 799   ##
800 800   ## Pagination
801 - #getAndValidateQueryLimitFromRequest('rows', 10, $rows)
801 + #set ($rows = $numbertool.toNumber($request.rows).intValue())
802 + #if ("$!rows" == '')
803 + #set ($rows = 10)
804 + #end
802 802   #set ($start = $numbertool.toNumber($request.firstIndex).intValue())
803 803   #if ("$!start" == '')
804 804   #set ($start = 0)