GH schrieb:

Laura did this work... inquiring minds want to know :)


Laura:

Perhaps the "-" is acting like a Boolean operator. What if you put
double quotes around your search phrase:

SELECT * FROM metadata WHERE MATCH( type ) AGAINST ( '+"XY-11443"' IN
BOOLEAN MODE );

Or.. the - is possibly supposed to be escaped?

Let's take a look at the documentation ;)


Bye Fred


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



Reply via email to