Gossamer Forum
Home : General : Databases and SQL :

MySQL FullText

Quote Reply
MySQL FullText
Hum, I'm using mysql fulltext searches for a script of mine, theoretically it's pretty simple but as normal I encounter annoying perculiarities.

I have one record in my table containing the words "test" and a few other words of no importance.....when I do a search for "test"....I get a result...woohoo.....

_But_ if I do a search for "blurp" I still get one result...huh? Pirate

SELECT * FROM Table WHERE MATCH (Col1, Col2) AGAINST ('blurp')

Have I lost my mind yet again?

(I'm thinking of resorting to LIKE)

Last edited by:

Paul: Jun 21, 2002, 6:10 AM
Subject Author Views Date
Thread MySQL FullText Paul 6837 Jun 21, 2002, 6:09 AM
Thread Re: [Paul] MySQL FullText
Alex 6639 Jun 21, 2002, 11:34 AM
Thread Re: [Alex] MySQL FullText
Paul 6618 Jun 21, 2002, 12:21 PM
Thread Re: [Paul] MySQL FullText
Alex 6608 Jun 21, 2002, 3:02 PM
Post Re: [Alex] MySQL FullText
Paul 6536 Jun 21, 2002, 4:01 PM