[Zope-dev] Woah! Weirdy Catalog Error :-S

2001-05-21 Thread Chris Withers
Automatic Zope Response wrote: Zope reported an error for: Error Type: TextIndex.QueryError Error Value: Malformed query Traceback: Traceback (innermost last): File /usr/local/zope/2.3.2_base/lib/python/ZPublisher/Publish.py, line 171, in publish File

Re: [Zope-dev] Woah! Weirdy Catalog Error :-S

2001-05-21 Thread Chris McDonough
Huh? Why does that say 2.3.1 when the paths above suggest Zope 2.3.2?! No idea. You can reproduce this by going to Squishdot.org and searching for Error Value: frexp() result out of range. I'd imagine this has to do with the fact that parens are meaningful to the Catalog. This happens when

Re: [Zope-dev] Woah! Weirdy Catalog Error :-S

2001-05-21 Thread Chris Withers
Chris McDonough wrote: It's possible to catch this error, but it's not possible to allow folks to search for things with parens in them currently. I'm not having a good time catching it: from SearchIndex import TextIndex try: brains = apply(self.searchResults,(REQUEST,),kw)