26 Jul
2001
26 Jul
'01
7:53 p.m.
Steve Alexander wrote:
from SearchIndex.UnIndex import UnIndex from SearchIndex.UnTextIndex import UnTextIndex from SearchIndex.UnKeywordIndex import UnKeywordIndex
I'm not sure this is a good idea. I think you're supposed to do something like: from Products.PluginIndexes.FieldIndex.FieldIndex import FieldIndex ...and use that in addIndex. cheers, Chris