With MySQL Boolean Full-Text Searches...
http://dev.mysql.com/doc/refman/5.1/en/fulltext-boolean.html A leading minus sign indicates that th
http://dev.mysql.com/doc/refman/5.1/en/fulltext-boolean.html
A leading minus sign indicates that th
No, but it would be equivalent to simply NOT the condition:
NOT
SELECT * FROM foo WHERE NOT MATCH (bar) AGAINST ('blah blah2')
of course such a query can't possibly actually use the fulltext index for quick lookup.