John thegimper wrote:
Thanks so there is no operator that tells mysql that both words must match?"one|two" is equal to "one OR two"I want an operator that is equal to "one AND two" but i guess i will have to use match in boolean mode for that?
Why not use full-text searching instead of regexp? Jasper -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]