Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ft_min_word_len を 3 に設定したので、次のような単純な検索を行います。
SELECT * FROM store_product_description WHERE MATCH(name) AGAINST('lag' IN BOOLEAN MODE);
動作するはずですが、動作しません。列「名前」は、フルテキスト インデックスを持つ varchar です。
残念ながら、最小/最大長とストップワードの変更を既存のインデックス付き行に適用する場合は、FULLTEXT インデックスを再作成する必要があります。