headTitle($this->translate('Search Home')); // Disable top search box -- this page has a special layout. $this->layout()->searchbox = false; // Set default value if necessary: if (!isset($this->searchClassId)) { $config = $this->config()->get('config'); $this->searchClassId = $config->Site->defaultSearchBackend ?? 'Solr'; } $this->layout()->breadcrumbs = false; ?>
slot('search-home-hero')->start() ?> context($this)->renderInContext('search/searchbox.phtml', ['ignoreHiddenFilterMemory' => true])?> inlineScript(\Laminas\View\Helper\HeadScript::SCRIPT, '$("#searchForm_lookfor").focus();', 'SET'); ?> slot('search-home-hero')->end() ?>