Changes for page Search
Last modified by Vincent Massol on 2014/10/21
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-search-ui-6.2.2]
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,9 +1,9 @@ 1 -{{include document="XWiki.SearchCode"/}}1 +{{include reference="XWiki.SearchCode"/}} 2 2 3 3 {{velocity}} 4 4 ## If no Search UI Extension exist then don't display the Search page. 5 5 #if ("$!searchPage" != '') 6 - {{include document="$searchPage"/}}6 + {{include reference="$searchPage"/}} 7 7 #else 8 8 ## Display a message explaining that there's no Search UI Extension. 9 9 $services.localization.render('search.page.noimplementation')