It seems that you cannot use any non-alphanumerical characters in CONTAINS, not just the asterisk, it works only on words, just like Google. If you really have to search for an asterisk, use e.g. LIKE '%*%'.
-- Micha
It seems that you cannot use any non-alphanumerical characters in CONTAINS, not just the asterisk, it works only on words, just like Google. If you really have to search for an asterisk, use e.g. LIKE '%*%'.
-- Micha