* @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Text; use Joomla\CMS\Router\Route; /* * This segment of code sets up the autocompleter. */ if ($this->params->get('show_autosuggest', 1)) { $this->document->getWebAssetManager()->usePreset('awesomplete'); $this->document->addScriptOptions('finder-search', array('url' => Route::_('index.php?option=com_finder&task=suggestions.suggest&format=json&tmpl=component', false))); } ?>
getFields(); ?> params->get('show_advanced', 1)) : ?>
params->get('show_advanced_tips', 1)) : ?>
params->get('tuplecount', 1) > 1) : ?>
query, $this->params); ?>