Garito wrote at 2004-11-26 17:08 +0100:
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?
I fear you have to take greater care when you formulate your questions. At least I am unable to understand your problem. What precisely are the kind of queries you would like to make: The description should somehow look like: The query should return all objects for which .... is fulfilled. You must specify "....". I do not expect that "...." must reference an index but instead only object properties. -- Dieter