[Zope] SearchIndex deprecation warning
Danny William Adair
danny@adair.net
Tue, 20 Nov 2001 11:54:06 +1300
Hi!
I would like to get rid of this:
----------------------------------------------------------------------------
.../lib/python/SearchIndex/__init__.py:91: Deprecation Warning: ... blah ...
Please use instead the re-factored modules in Products/PluginIndexes
----------------------------------------------------------------------------
Apparently one or more of my installed (third-party) products is causing this.
I don't know of any explicit use of the SearchIndex module, so I guess it is
some ZCatalog function being called that's relying on it (reindex?).
Does anyone know which calls cause this to happen, so I can replace them with
the "proper" ones?
Thanks very much in advance,
Danny