Hi
Is there any kind of index of ZCatalog to make dynamic indexing?
I would like to find objects with some values on a list index but index
is dynamic
I the propertyA I have a list, for example:
Object1
propertyA
Value1
Value2
Value3
I would like to search for propertyA, index 1 for all object that have
Value2 in this index
Can I make these kind of searches?
TIA