6 Jul
2005
6 Jul
'05
11:27 a.m.
--On 6. Juli 2005 12:44:00 +0200 Jürgen Herrmann <Juergen.Herrmann@XLhost.de> wrote:
hi there!
either this is a bug or i'm too stoned to see, what's going on...
i have a folder /1, 2 subfolders /1/11 and /1/22. each subfolder has a property 'bool', which is a boolean. there's a zcatalog instance in /1/Catalog with one index bool, indexed attribute 'bool'. i cataloged the two subfolders of /1 there.
i have i skript /1/test with the following content: results = context.Catalog.searchResults({'bool':1})
try searchResults(bool={'query' : 1}) -aj