params()->fromQuery('fulltext_search'); $hasResults = false; ?>

translate('Search results for ā€œ%sā€'), $fulltextSearch); ?>

view/common/cross-site-search/results.phtml getTotalResults()): $hasResults = true; ?>

translate('Site pages'); ?>

hyperlink( sprintf($this->translate('View all results (%s total)'), $responseSitePages->getTotalResults()), $this->url( null, ['action' => 'site-pages'], ['query' => ['fulltext_search' => $fulltextSearch]], true ) ); ?>
getTotalResults()): $hasResults = true; ?>

translate('Items'); ?>

hyperlink( sprintf($this->translate('View all results (%s total)'), $responseItems->getTotalResults()), $this->url( null, ['action' => 'items'], ['query' => ['fulltext_search' => $fulltextSearch]], true ) ); ?>
getTotalResults()): $hasResults = true; ?>

translate('Item sets'); ?>

hyperlink( sprintf($this->translate('View all results (%s total)'), $responseItemSets->getTotalResults()), $this->url( null, ['action' => 'item-sets'], ['query' => ['fulltext_search' => $fulltextSearch]], true ) ); ?>

translate('No result found'); ?>