>> I have a query that searches my database for people
>> with C++ on their resume .
...
>Hehe I've also had a problem with searching for something like it's ,
>anything with a single quote doesnt return anything, maybe try adding a
>slash , C\+\+ ?? heheh maybe i'm wrong, it could be a limitation.

Couldn't say for sure, but the '+' is definitely a special character
in regexp syntax.  Another possibility is how text gets broken down
into tokens.  The '+' symbol will likely be separated from the C when
parsing the text into tokens.
                 Brad Eacker ([EMAIL PROTECTED])



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

Reply via email to