RE: fulltext search option

2007-07-27 Thread Jerry Schwartz
; 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

fulltext search option

2007-07-26 Thread Tanner Postert
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