Wiki source code of Search

Last modified by Vincent Massol on 2014/10/21

Hide last authors
Vincent Massol 11.1 1 {{include reference="XWiki.SearchCode"/}}
Admin 1.1 2
3 {{velocity}}
Vincent Massol 10.1 4 ## If no Search UI Extension exist then don't display the Search page.
5 #if ("$!searchPage" != '')
Vincent Massol 11.1 6 {{include reference="$searchPage"/}}
Vincent Massol 10.1 7 #else
8 ## Display a message explaining that there's no Search UI Extension.
9 $services.localization.render('search.page.noimplementation')
10 #end
Admin 1.1 11 {{/velocity}}

Get Connected