olaf
Wed 3 October 2007, 11:28 pm GMT +0300
Hi,
I need to use the full text search feature on some reseller machine. Now I need to lower the value for the minimun string length in searches:
from the manual:
what does they mean with "putting the following lines in an option file:"
where and how to place an option file?
I need to use the full text search feature on some reseller machine. Now I need to lower the value for the minimun string length in searches:
from the manual:
Quote
The minimum and maximum lengths of words to be indexed are defined by the ft_min_word_len and ft_max_word_len system variables. (See Section 5.2.3, “System Variables”.) The default minimum value is four characters; the default maximum is version dependent. If you change either value, you must rebuild your FULLTEXT indexes. For example, if you want three-character words to be searchable, you can set the ft_min_word_len variable by putting the following lines in an option file:
[mysqld]
ft_min_word_len=3
[mysqld]
ft_min_word_len=3
what does they mean with "putting the following lines in an option file:"
where and how to place an option file?