Changes for page Solr Suggestion 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
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
on 2025/05/22 17:44
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-search-solr-ui/16.10.8]
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 - xwiki:XWiki.supernico1 +XWiki.superadmin - Content
-
... ... @@ -105,7 +105,10 @@ 105 105 106 106 #macro (getSearchSuggestResults $results) 107 107 #createSearchSuggestQuery($request.query $request.input $query) 108 - #getAndValidateQueryLimitFromRequest('nb', 3, $limit) 108 + #set ($limit = $numbertool.toNumber($request.nb).intValue()) 109 + #if (!$limit) 110 + #set ($limit = 3) 111 + #end 109 109 #set ($discard = $query.setLimit($limit)) 110 110 #set ($macro.results = $query.execute()[0].results) 111 111 #foreach ($result in $macro.results)