I created a custom search page as I wanted to add text and a tag cloud directly on the page.
I was able to add a functional search field by adding:
{{velocity}}
{{html clean="false"}}
<form action="$xwiki.getURL('Main.Search')">
<input type="text" name="text" />
</form>
{{/html}}
{{/velocity}}
To the page, but it just gives me a short ugly field to type in.
Is there a way to add the longer bar with the magnifying glass icon found on the system search page to my custom page?
Bonus points if there’s a way to add links to pages that have been favorited at least once.
Double bonus points if there’s a way to add links to pages with the most views.
1 post - 1 participant