How to force to process words shorter than 3 characters? I needed to find the word bmw, but it did not work ... The operators in the title of the question.

    1 answer 1

    [mysqld] set variable = ft_min_word_len=3 

    Thank you Vova

    • And I knew the answer ... - alex_90
    • I want to supplement your answer: for innodb similar setting is called differently - innodb_ft_min_token_size . To apply the changes, you must restart mysql and rebuild all fulltext indexes. - Fine