From 0747ce0e6ed9473436e9710819efa632ee189291 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Mon, 1 May 2017 21:42:00 -0400 Subject: [PATCH] Add yet more documentation about ft_min_word_len --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8ba65f37..60b4f25e 100644 --- a/README.md +++ b/README.md @@ -120,4 +120,12 @@ To index words smaller than 4 characters, you will have to edit your my.cnf/my.i ```` [mysqld] ft_min_word_len = 3 +```` + +Then restart your MySQL server. + +If you already had data in your profile table, you will need to rebuild the index by executing the following query: + +```` +REPAIR TABLE `profile` QUICK; ```` \ No newline at end of file