Skip to main content Help Control Panel

Login   A+   A-

Documentation «   Yacs handbook «   Content management «  

How to index 3-letter words?

Previous / Next / Index

By default the MySQL engine enables full-text search requests of 4-letter words or more. Hopefully, this can be changed.
According to MySQL documentation on Fine-Tuning MySQL Full-Text Search:
" 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

Then you must restart the server and rebuild your FULLTEXT indexes. "


To rebuild indexes of tables used by YACS you can visit the Control Panel, and select the Optimization link.

Previous / Next / Index

Rate this page
Posted by Bernard on Mar. 5 2006, (popular)