C
Chromaniac
Guest
So, I have done the steps mentioned across the various threads...
Ran the
Added
Configured MariaDB with
Set minimum character length to 2 in search settings in backend.
Ran the search index rebuild.
If I try to search a two letter word, it shows
Read more
Continue reading...
Ran the
xf:convert-search-innodb
command. Added
$config['searchInnoDb'] = true;
in config file. Configured MariaDB with
--innodb_ft_min_token_size=2
. Set minimum character length to 2 in search settings in backend.
Ran the search index rebuild.
If I try to search a two letter word, it shows
The search could not be completed because the search keywords were too short, too long, or too common.
...Read more
Continue reading...