[Zope] How to join/add ZCatalog.searchResults?
Michael Gutmann
gutmann@uni-duesseldorf.de
Fri, 15 Oct 1999 16:04:29 +0200
Thanks a lot, this helped with a little correction.
>
>Whoops. That's because the __getslice__ method is being called with
>sys.maxint. I didn't consult the Python language reference on this. Right,
>try this:
>
> title_search[:len[title_search]] + data_search[:len[data_search]]
_.len(title_search) _.len(data_search)
else Zope complains with a name error because of "len". But
this was a minor problem to figure out ;-))
Michael Gutmann
gutmann@uni-duesseldorf.de