Omeka_View_Helper_SearchForm

class Omeka_View_Helper_SearchForm

Package: View\Helper

Return the site-wide search form.

searchForm(array $options = Array)

Return the site-wide search form.

Parameters:
  • $options (array) – Valid options are as follows: - show_advanced: whether to show the advanced search; default is false. - submit_value: the value of the submit button; default “Submit”. - form_attributes: an array containing form tag attributes.
Returns:

string The search form markup.