Announcement

Collapse
No announcement yet.

Record Search minimum word length is not changing

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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:

    Click image for larger version

Name:	image.png
Views:	152
Size:	43.3 KB
ID:	92702
    And here's verification of the setting in mysql:
    Click image for larger version

Name:	image.png
Views:	74
Size:	35.6 KB
ID:	92703

    Any idea what's wrong?

  • #2
    Hi danjaaron,

    Do you execute php rebuild.php via CLI after config.php editing?
    Last edited by Vadym; 05-31-2023, 08:40 AM.

    Comment

    Working...
    X