|
MySQL text search
function comes by default
with a minimum word length
of four letters.
If you try
searching for the word
'PHP', you'll get zero
matches even if there
are.
As of MySQL 4.x.x you
can change the minimum word
length to whatever you want.
That is how you do it.
Date: Dec, 01 2003 |