ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 27,119
- Points
- 823
Reputation:
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...