* @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))) : ?>
    
total === 0) || ($this->total === null)) : ?>
    
    
    
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(['scheme', 'host', 'port']); ?>
    results as $i => $result) : ?>
        result = &$result; ?>
        result->counter = $i + 1; ?>
        getLayoutFile($this->result->layout); ?>
        loadTemplate($layout); ?>