At 10:24 PM 6/28/2004, you wrote:
I am looking for information on the proper way to code full text queries
and more information on how they work.
http://dev.mysql.com/doc/mysql/en/Fulltext_Search.html
I am especially interested in how to code for multi word queries...
for example :
Searching for :
I am looking for information on the proper way to code full text queries and more
information on how they work.
I am especially interested in how to code for multi word queries...
for example :
Searching for : 'today is the day'
Select * from table1 where match field1 against ('today is the da