* @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\Factory; use Joomla\CMS\Language\Text; use Joomla\CMS\Router\Route; use Joomla\CMS\Uri\Uri; ?> suggested && $this->params->get('show_suggested_query', 1)) || ($this->explained && $this->params->get('show_explained_query', 1))) : ?>
suggested && $this->params->get('show_suggested_query', 1)) : ?> query->toUri()); ?> setVar('q', $this->suggested); ?> toString(array('path', 'query'))); ?> ' . $this->escape($this->suggested) . ''; ?> explained && $this->params->get('show_explained_query', 1)) : ?>

total, $this->explained); ?>

total === 0) || ($this->total === null)) : ?>

getLanguageFilter() ? '_MULTILANG' : ''; ?>

escape($this->query->input)); ?>

query->highlight) && $this->params->get('highlight_terms', 1)) : ?> document->getWebAssetManager()->useScript('highlight'); $this->document->addScriptOptions( 'highlight', [[ 'class' => 'js-highlight', 'highLight' => $this->query->highlight, ]] ); ?>
    baseUrl = Uri::getInstance()->toString(array('scheme', 'host', 'port')); ?> results as $i => $result) : ?> result = &$result; ?> result->counter = $i + 1; ?> getLayoutFile($this->result->layout); ?> loadTemplate($layout); ?>
params->get('show_pagination', 1) > 0) : ?>
pagination->getPagesLinks(); ?>
params->get('show_pagination_results', 1) > 0) : ?>
pagination->limitstart + 1; ?> pagination->total; ?> pagination->limit * $this->pagination->pagesCurrent; ?> $total ? $total : $limit); ?>