Hello list -
I'm trying to do a full text search for the the string "May" using the following query:


SELECT * FROM students WHERE MATCH(first_name) AGAINST("May");

There are a number of students in that table wit the first_name of May. And, yes, I've removed may from the stopwords list and have reindexed the field but still return no records.

Any idea how to get my May students to show in full text search results?

Thanks,
Ari Denison


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



Reply via email to