{** * templates/frontend/pages/search.tpl * * Copyright (c) 2014-2018 Simon Fraser University * Copyright (c) 2003-2018 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * @brief Display the page to search and view search results. * * @uses $query Value of the primary search query * @uses $authors Value of the authors search filter * @uses $dateFrom Value of the date from search filter (published after). * Value is a single string: YYYY-MM-DD HH:MM:SS * @uses $dateTo Value of the date to search filter (published before). * Value is a single string: YYYY-MM-DD HH:MM:SS * @uses $yearStart Earliest year that can be used in from/to filters * @uses $yearEnd Latest year that can be used in from/to filters *} {include file="frontend/components/header.tpl" pageTitle="common.search"} {include file="frontend/components/footer.tpl"}