|
From: Jean J. <jea...@gm...> - 2014-10-22 10:35:31
|
Hi there
In `configure.zcml` I have:
<adapter name="getCountry" factory=".extender.country_indexer" />
In `extender.py` I have:
@indexer(IATFile)
@indexer(IATImage)
@indexer(IProject)
@indexer(IATDocument)
def country_indexer(context):
return _country_indexer(context)
But this doesn't catalog all those types under the `getCountry` index.
If I comment out all but one decorator, it works for that type.
How can I manage to catalog all of them?
--
jean . .. .... //\\\oo///\\
|