Hi danjaaron,
Do you execute php rebuild.php via CLI after config.php editing?
Announcement
Collapse
No announcement yet.
Record Search minimum word length is not changing
Collapse
X
-
Record Search minimum word length is not changing
Hi everyone,
I have a custom field in opportunities with a text field called Keywords. An example entry in Keywords might be "AI, ML, DS". I'm trying to find Opportunities by searching at the record search just something like "ML", but it's not working, and I presume it's because of the MySQL min word length.
I've changed the "ft_min_word_len" field in mysql to 2 (by editing /etc/my.cnf in the mysql docker container) as well as the "fullTextSearchMinLength" field, as shown below.
This is the config.php file setting:
And here's verification of the setting in mysql:
Any idea what's wrong?Tags: None
Leave a comment: