Search Component widget

Displays the various page components needed to implement search functionality in a publication:

  • Search box

  • Results list

  • Result counter

  • Pager control

  • Result order control

To implement a typical search function:

  1. Create one of each of the above search component widgets.

  2. Place the search box widget on your default page template ( config.default ) so that it appears on every page.

  3. Place the other four widgets on your search page template ( config.default.section.search ). You can then base your publication's search results page on this template.