MySQL Forums
Forum List  »  Newbie

Re: match against search won't match strings with a forward slash in them
Posted by: Charles Tronolone
Date: February 12, 2009 04:31PM

Well I just figured it out myself. It should have been written like this:

SELECT id, title, MATCH(title, tags) AGAINST('\"road/street\"') AS score FROM some_table WHERE MATCH(title, tags) AGAINST('\"road/street\"')

Options: ReplyQuote


Subject
Written By
Posted
Re: match against search won't match strings with a forward slash in them
February 12, 2009 04:31PM


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.