Changes for page Database Search
Last modified by Administrator on 2024/12/27 14:37
From version
5.1


edited by Administrator
on 2024/07/01 11:48
on 2024/07/01 11:48
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-search-ui/15.10.11]
To version
6.1

edited by Administrator
on 2024/12/27 14:37
on 2024/12/27 14:37
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-search-ui/16.10.2]
Summary
Details
- Page properties
-
- Content
-
... ... @@ -63,7 +63,10 @@ 63 63 {{velocity}} 64 64 #set ($rssMode = $xcontext.action == 'get' || "$!request.xpage" == 'plain') 65 65 #if (!$rssMode) 66 - #set ($discard = $xwiki.ssfx.use('uicomponents/search/search.css', true)) 66 + #set ($discard = $xwiki.linkx.use($services.webjars.url( 67 + 'org.xwiki.platform:xwiki-platform-search-webjar', 68 + 'search.min.css', 69 + {'evaluate': true}), {'type': 'text/css', 'rel': 'stylesheet'})) 67 67 ## Disable the document extra data: comments, attachments, history... 68 68 #set ($displayDocExtra = false) 69 69 #databaseSearchForm