15 Oct
1999
15 Oct
'99
2:04 p.m.
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