XF 2.3 Can't get XF 2.3 Beta 2 MySQL Search to work with 2 characters

Chromaniac

Well-known member
So, I have done the steps mentioned across the various threads...

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.. Just wondering what else could I have missed?
 
Top Bottom