[Grok-dev] Adding Valueindex

Sebastian Ware sebastian at urbantalk.se
Mon May 19 04:46:43 EDT 2008


Could we consider adding ValueIndex to grok.Index? I don't know if you  
need tests for this (looks like the SetIndex lacks tests), but the  
change is trivial:

grok/index.py:

   from zc.catalog.catalogindex import ValueIndex
   class Value(IndexDefinition):
       index_class = ValueIndex

Mvh Sebastian



More information about the Grok-dev mailing list