Dieter Maurer wrote:
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.
Hi Sorry for my english Imagine an object with propertyA This property is a lines In each line of propertyA I write 3 informations: ALabel:TheOrder:SecurityAccess I would know the security access for ALabel like: ObjectA porpertyA Label1:1:Everyone Label2:1:Administrator Label2:1:Users I would like to retrieve ObjectA if I ask for Label1 for Users You know what I mean? Thanks!!