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?
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?
Comment