Hello all,

Is there any way I can search for a term such as 'c++'
using a fulltext search index?

Here is the query that should return rows but it does
not. I suspect that the trailing "++" are treated as
wildcards and are not fulltext indexed by mysql. It
seems like mysql interprets the search string to be
just a single character ('c') and ignores the query
term since my mysql server is configured to ignore
searches for keywords shorter than 3 characters.

select f1 from t1 where match(f1) against('c++' in
boolean mode);

Any help would be greatly appreciated
James

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

Reply via email to