my query:
SELECT  * FROM  `links` WHERE  MATCH ( KEYWORDS ) AGAINST (  'paper' );

I have a table with 4 records in it of links to various newspapers, paper
and newspaper are both in the keywords field.
The keywords field has a fulltext index on it.  Did I totally miss a step
somewhere?  The query doesn't error, I just get 0 results back.

Thanks,
Chad Day




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to