[Zope-CMF] Re: How can I change the way text is indexed? (Problem solved)

John Waycott javajohn@cox.net
Fri, 24 Jan 2003 19:03:25 -0700


Thanks everyone for the suggestions. I solved the problems by changing 
the SearchableText, Description and Title Indexes to use ZCTextIndex; 
Plone defaults to TextIndex. After reading through the Zope chapter on 
catalogs it wasn't hard to do.

I set these indexes up to index numbers and single characters. That 
seems to do the trick. I will also look at the splitters and see if I 
can write one that does exactly what I want later, but it's less of an 
issue now.

Thanks,

-- John