PDA

View Full Version : MYSQL full text search


Yogesh Sarkar
13 Apr 2008, 06:35
How does one reduces the minimum number of characters in MYSQL full text search? Currently it is set to four and I want to reduce it to 3.

Ps. I mean on the MYSQL server, not on the VB.

TECK
13 Apr 2008, 08:40
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



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

Yogesh Sarkar
13 Apr 2008, 15:45
Thanks Teck