MySQL Forums
Forum List  »  General

full text search on rich text (with html tags)
Posted by: huizhang66
Date: March 13, 2005 01:26PM

How can I use the full text search on the fields with html tags.

Such as "<b>php</b> builder" is saved in the database. If I search for "php builder", I want this record "<b>php</b> builder" to be returned.

In php there is a function strip_tags() to strip off the html tags. Does MySQL have the same kind function?

If MySQL has the strip_tags() function, how can I use it with the full text search?

Thanks!

Options: ReplyQuote


Subject
Written By
Posted
full text search on rich text (with html tags)
March 13, 2005 01:26PM


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.