MySQL Forums
Forum List  »  Full-Text Search

Search keywords including '@'
Posted by: Marc Samuelsson
Date: May 14, 2005 03:25AM

I am trying to search my db for the word "T@B", but I do not get any hits even though I know I should. I do get hits for the word Tabbert.

$result = mysql_query("SELECT * FROM demo_table WHERE MATCH (f1) AGAINST ('Tabbert T@B' IN BOOLEAN MODE) ORDER BY prio",$db) OR DIE("3.2");

How do I solve this?

Options: ReplyQuote


Subject
Views
Written By
Posted
Search keywords including '@'
3676
May 14, 2005 03:25AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.