Re: [Zope] ZCatalog in 2.2.x

2000-09-03 Thread Sebastien Yapo
: Terry Kerr [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 30, 2000 3:27 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [Zope] ZCatalog in 2.2.x I am not searching from a form in that sense...I am talking about at the python level. I have

Re: [Zope] ZCatalog in 2.2.x

2000-09-02 Thread Chris McDonough
project. -Original Message- From: Terry Kerr [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 30, 2000 3:27 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [Zope] ZCatalog in 2.2.x I am not searching from a form in that sense...I am talking about

Re: [Zope] ZCatalog in 2.2.x

2000-09-02 Thread Terry Kerr
] Subject: Re: [Zope] ZCatalog in 2.2.x I am not searching from a form in that sense...I am talking about at the python level. I have self.searchResults({'description':'blah'}) where description is meta data in the catalog and a textindex and 'blah

Re: [Zope] ZCatalog in 2.2.x

2000-09-01 Thread Terry Kerr
, August 30, 2000 3:27 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [Zope] ZCatalog in 2.2.x I am not searching from a form in that sense...I am talking about at the python level. I have self.searchResults({'description':'blah'}) where description is meta data

Re: [Zope] ZCatalog in 2.2.x

2000-09-01 Thread Dieter Maurer
Terry Kerr writes: only field searches yield non empty query results The product I am working on is Etailer. I downloaded Etailer and looked into the problem. Indeed, I could reproduce your observation. I analysed the problem and now do understand what went wrong here in my

Re: [Zope] ZCatalog in 2.2.x

2000-08-30 Thread Terry Kerr
I am not searching from a form in that sense...I am talking about at the python level. I have self.searchResults({'description':'blah'}) where description is meta data in the catalog and a textindex and 'blah' is in the Vocabulary. This previously worked in zope2.1.6. Now in 2.2.0 and 2.2.1

Re: [Zope] ZCatalog in 2.2.x

2000-08-30 Thread Chris Withers
Terry Kerr wrote: ZCatalog seems very volatile to me! Every time I have upgraded way back from zope2.1.3, something in zcatalog has changed and boken my product. So far I have managed to find fixes, but this one has got me baffled!! Can I just say a big "me too!" here. At the EuroZope

RE: [Zope] ZCatalog in 2.2.x

2000-08-30 Thread Chris McDonough
. -Original Message- From: Terry Kerr [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 30, 2000 3:27 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [Zope] ZCatalog in 2.2.x I am not searching from a form in that sense...I am talking about at the python level. I have

RE: [Zope] ZCatalog in 2.2.x

2000-08-30 Thread Chris McDonough
It's be nice if ZCatalog had a good general purpose interface, and was a bit more robust. (the BTree implementation which has been mentioned a few times springs to mind here ;-) Can you be more specific? What's insufficient about the current implementation?

Re: [Zope] ZCatalog in 2.2.x

2000-08-30 Thread Dieter Maurer
Terry Kerr writes: But now when I instantiate my product in 2.2.0 or 2.2.1, searching only works when I search using a field index. Searching using a textindex always results in an empty result I use ZCatalog text indexes under 2.2.1b1 without problems (with a globbing lexicon!).

[Zope] ZCatalog in 2.2.x

2000-08-29 Thread Terry Kerr
Hi, I have a python product which uses a ZCatalog and CatalogAware products. The catalog has a number of Field and TextIndex indexes. Search the ZCatalog has worked fine when my product is instantiated in 2.1.6. But now when I instantiate my product in 2.2.0 or 2.2.1, searching only works when

Re: [Zope] ZCatalog in 2.2.x

2000-08-29 Thread pja
Terry Kerr [EMAIL PROTECTED] said: Hi, I have a python product which uses a ZCatalog and CatalogAware products. The catalog has a number of Field and TextIndex indexes. Search the ZCatalog has worked fine when my product is instantiated in 2.1.6. But now when I instantiate my product