minimum.word.length

Package: search

The minimum word length that is accepted in a search. This parameter is directly connected to the MySQL setting ft_min_word_len - which is 4 character in default installations.

This setting is for example used in validation processes or during the content storage.

  • Type: Integer
  • Default: 4

See also