; Sent: Thursday, July 26, 2007 7:56 PM
> To: mysql@lists.mysql.com
> Subject: fulltext search option
>
> I'm having a problem with the fulltext searching, and was
> looking for some
> help.
>
> i'm currently working with the following query:
>
> select t
I'm having a problem with the fulltext searching, and was looking for some
help.
i'm currently working with the following query:
select table.*
from table where match(title, description) against ('*search term*' IN
BOOLEAN MODE)
the reason I am using boolean mode, is so that it matches things l