15 Jul
2003
15 Jul
'03
9:09 p.m.
Thomas Güttler wrote at 2003-7-14 10:50 +0200:
Is it possible to find the objects which have an empty list with a KeywordIndex?
No. This is not the type of queries a "KeywordIndex" supports. A "KeywordIndex" indexes a document under each element found in the sequence. Such an indexing scheme does not allow for precise keyword list lookups. You can only get efficient subset lookups. You may be interested in a "FieldIndex" with "tuple" (not "list"!) values.
If I search for {myattribute:[]} I get all objects returned.
This is a bug (already reported, see mailing list archive). Dieter