Re: [Zope-dev] Possible ZCatalog Bug

2001-04-06 Thread Chris Withers
Edmund, This smells like the otehr side of the weird behaviour I was experiencing. You haven't got any FieldIndexes in there, one of which may have some empty strings indexde in it? Anyway, Try applying the patch in this message I posted to zope-dev this morning "ZCatalog FieldIndex Bug (Fix?)"

Re: [Zope-dev] Possible ZCatalog Bug

2001-04-05 Thread Chris McDonough
nt: Thursday, April 05, 2001 9:05 PM Subject: Re: [Zope-dev] Possible ZCatalog Bug > On Thu, Apr 05, 2001 at 05:31:23PM -0400, Chris McDonough wrote: > > What does "cleanrequest" return? > > It removes null strings from the REQUEST variable. But I substituted > the

Re: [Zope-dev] Possible ZCatalog Bug

2001-04-05 Thread Edmund Goppelt
On Thu, Apr 05, 2001 at 05:31:23PM -0400, Chris McDonough wrote: > What does "cleanrequest" return? It removes null strings from the REQUEST variable. But I substituted the empty mapping {} and got the same anomolous behavior. -- Ed Goppelt ___ Zop

Re: [Zope-dev] Possible ZCatalog Bug

2001-04-05 Thread Chris McDonough
What does "cleanrequest" return? - Original Message - From: "Edmund Goppelt" <[EMAIL PROTECTED]> To: "Chris McDonough" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, April 05, 2001 5:04 PM Subject: Re: [Zope-dev] Possible ZCa

Re: [Zope-dev] Possible ZCatalog Bug

2001-04-05 Thread Edmund Goppelt
On Thu, Apr 05, 2001 at 12:02:31PM -0400, Chris McDonough wrote: > I tried this in the most recent 2.3 branch: > > > > And it returned all objects. Are you sure the mapping is empty? Yep, though I am passing in some other parameters. Here's the dtml code that failed: My recollection is th

Re: [Zope-dev] Possible ZCatalog Bug

2001-04-05 Thread Chris McDonough
To: <[EMAIL PROTECTED]> Sent: Thursday, April 05, 2001 11:54 AM Subject: [Zope-dev] Possible ZCatalog Bug > A ZCatalog when passed an empty mapping of search terms returns no > records found in Zope 2.3.1, instead of all records. This is not the > way I remember ZCatalog working in pre

[Zope-dev] Possible ZCatalog Bug

2001-04-05 Thread Edmund Goppelt
A ZCatalog when passed an empty mapping of search terms returns no records found in Zope 2.3.1, instead of all records. This is not the way I remember ZCatalog working in previous versions of Zope. Is this a bug? Too, can someone clue me in on the proper place to look for bugs in Zope before po