MySQL Forums
Forum List  »  Full-Text Search

Re: Fulltext search urls like http://domain.com
Posted by: Rick James
Date: December 31, 2012 09:16PM

> In search results we see many comments that contains only http://, not full url that we search.
What do you mean? Is "search results" the output from a "SELECT"? Where is the "full url"; in a TEXT field?

Please show us
* SHOW CREATE TABLE tablename;
* the SELECT statement(s)

Are you doing this?
MATCH (text_field) AGAINST ("http://another.com"; IN BOOLEAN MODE)

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Fulltext search urls like http://domain.com
2978
December 31, 2012 09:16PM


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.