[Zope] PrincipiaSearchSource & HTML TAGS

Marcus Schopen marcus@localguru.de
Thu, 28 Mar 2002 12:01:27 +0100


Hi Andreas,

Andreas Jung wrote:
> DocumentLibrary and TextIndexNG contain converters to convert
> HTML to ASCII before the object is indexed.

Thanks, but I think that's to much. It's just like finding a good way to
remove all HTML tags from body var

	self.summary = body[0:min(200, len(body))]

before write it in the next step with "self.reindex_object()" to the
Catalog.

Bye
Marcus