[Zope-CMF] Search results with portal_catalog - need a strategy
Chris Withers
chrisw@nipltd.com
Thu, 31 Jul 2003 13:16:00 +0100
suresh_vv wrote:
> SearchableText() is a method implemented by CatalogAware objects
> (like Document, Files etc.). It is typically a field index
> concatenating title and subject.
>
> Do not delete the standard indexes or create new ones with the
> standard names. You are asking for trouble.
Yes, but in this case ZCTextIndex does exactly the same job as TextIndex, just
better.
Don't worry Pete, you're spot on :-)
Chris