search_box

Insert a form to search.

  • ajax (true) ajax call
  • type (text,search)
see search_results
<r:search_box/>

<r:search_box ajax='true'/>

The result appears on the index node, in ‘*search’ mode. The results are displayed using zafu list “search_results”.

This tag inserts a div with of class ‘search’ containing the form and input field. If you use ‘ajax’, it also adds two div with dom id ‘search_loader’ and ‘search_results’.