results->getUrlQuery()->isQuerySuppressed() ? '' : $this->params->getDisplayQuery(); if (isset($this->overrideTitle)) { $this->headTitle($this->overrideTitle); } else { $this->headTitle($this->translate('Search Results') . (empty($lookfor) ? '' : " - {$lookfor}")); } // Set up search box: $this->layout()->searchbox = $this->context($this)->renderInContext( 'search/searchboxAuthorities.phtml', [ 'lookfor' => $lookfor, 'searchIndex' => $this->params->getSearchHandler(), 'searchType' => $this->params->getSearchType(), 'searchId' => $this->results->getSearchId(), 'searchClassId' => $this->params->getSearchClassId(), 'checkboxFilters' => $this->params->getCheckboxFacets(), 'filterList' => $this->params->getFilters(), 'hasDefaultsApplied' => $this->params->hasDefaultsApplied(), 'selectedShards' => $this->params->getSelectedShards(), 'ignoreHiddenFiltersInRequest' => isset($this->ignoreHiddenFiltersInRequest) ? $this->ignoreHiddenFiltersInRequest : false, 'ignoreHiddenFilterMemory' => isset($this->ignoreHiddenFilterMemory) ? $this->ignoreHiddenFilterMemory : false, ] ); // Set up breadcrumbs: if (isset($this->overrideTitle)) { $this->layout()->breadcrumbs .= '
overrideEmptyMessage)): ?> =$this->overrideEmptyMessage?> layout()->srmessage = $this->translate('nohit_lookfor_html', ['%%lookfor%%' => $this->escapeHtml($lookfor)]); ?> =$this->layout()->srmessage ?>
parseError)): ?>=$this->transEsc('nohit_parse_error')?>
results->getRecommendations('top')) as $current): ?> =$this->recommend($current)?> results->getRecommendations('noresults') as $current): ?> =$this->recommend($current)?> =$this->render('search/list-' . $this->params->getView() . 'Authorities.phtml')?> =$this->paginationControl($this->results->getPaginator(), 'Sliding', 'search/pagination.phtml', ['results' => $this->results, 'options' => isset($this->paginationOptions) ? $this->paginationOptions : []])?>