result->mime) ? 'mime-' . $this->result->mime : null; // Get the base url. $base = JUri::getInstance()->toString(array('scheme', 'host', 'port')); // Get the route with highlighting information. if (!empty($this->query->highlight) && empty($this->result->mime) && $this->params->get('highlight_terms', 1) && JPluginHelper::isEnabled('system', 'highlight')) { $route = $this->result->route . '&highlight=' . base64_encode(json_encode($this->query->highlight)); } else { $route = $this->result->route; } ?>
  • result->title; ?>

    params->get('show_description', 1)) : ?>

    result->description, $this->params->get('description_length', 255)); ?>

    params->get('show_url', 1)) : ?>
    result->route); ?>