7 Dec
2003
7 Dec
'03
5:45 p.m.
Yurj wrote at 2003-12-7 12:37 -0100:
... I've solved it in /PluginIndexes/common/util.py. When the param is a record, around line 95, I've added:
if keys == ['']: keys = None
Is it correct? Seems to work with all indexes I've and KeywordIndexes, which works also with AND as operator.
From a semantic point of view, it is wrong: it lets an empty "OR" search return everything.
Maybe, you are not interested in such issues... -- Dieter