Menu

#25 strip_tags FULLTEXT

open
nobody
None
5
2008-03-17
2008-03-17
No

I would be really nice if we could offer a field that stripped the tags out of a mime-h type field and then allowed for full text searching.

A perl example of removing html from text is

use HTML::Parse;
use HTML::FormatText;
$plain_text = HTML::FormatText->new->format(parse_html($html_text));

Discussion