Run keyserver in docker and checked that the variables are indeed set to those values (by connecting to the db and running `SHOW VARIABLES LIKE 'innodb_ft%';`). Added to the `message_search` table rows with
words of length 1 and 2, and checked that `MATCH AGAINST` query finds them. Checked that innodb stopwords also match.