I think the '+' will not get into the index in the first place. So, there's
probably no way to get a search to use the index. However if you want a
consistant query format for your search you could probably get the correct
result by wrapping the search term in double quotes:
select f1 from t1 w
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 st