DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Search word length

By default ke_search only finds words with a minimum length of four characters. This corresponds to the MySQL setting “ft_min_word_len” which is set to 4 by default.

The value can be reduced by following theses steps:

  • change “ft_min_word_len” to the desired value in your MySQL configuration (eg. my.cnf) (default: 4)
  • set “searchWordLength” in the extension manager setting to the same value
  • re-index your content