Changes for page Solr Suggestion Macros
Last modified by SuperNico Laub on 2025/09/18 17:55
From 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]
To 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]
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.super admin1 +xwiki:XWiki.supernico - Content
-
... ... @@ -105,10 +105,7 @@ 105 105 106 106 #macro (getSearchSuggestResults $results) 107 107 #createSearchSuggestQuery($request.query $request.input $query) 108 - #set ($limit = $numbertool.toNumber($request.nb).intValue()) 109 - #if (!$limit) 110 - #set ($limit = 3) 111 - #end 108 + #getAndValidateQueryLimitFromRequest('nb', 3, $limit) 112 112 #set ($discard = $query.setLimit($limit)) 113 113 #set ($macro.results = $query.execute()[0].results) 114 114 #foreach ($result in $macro.results)