Breadcrumbs
Home / Documentation / FAQ / Advanced configuration / Changing the minimum word length allowed for searchingChanging the minimum word length allowed for searching
When using the flexicontent search view, you may want to change the minimum search word length allowed.
Note that both FLEXIcontent and MySql pose a limit to this
- Set a minimum characters in the menu item pointing to search view
- Edit mysql.ini (or mysql.cnf, or my.ini) file and change variable "ft_min_word_len" to put a lower limit, e.g.:
# The MySQL server
[mysqld]
ft_min_word_len=2


