Re: [Zope3-dev] hurry.query in Zope 3.2?

2005-11-03 Thread Martijn Faassen
Martijn Faassen wrote: [snip] Apparently not, or at least people are lacking in time, which is understandable as I do too. :) Thanks for the responses now; I was away for a few days so my responses to the responses are a bit late too. Concretely it still looks like we're aiming for inclusion

Re: [Zope3-dev] hurry.query in Zope 3.2?

2005-10-31 Thread Gary Poster
On Oct 28, 2005, at 6:18 AM, Martijn Faassen wrote: Hey, Martijn Faassen wrote: Would there be any interest in merging hurry.query into Zope 3.2? Apparently not, or at least people are lacking in time, which is understandable as I do too. :) I'll try in more advance for Zope 3.3. We f

Re: [Zope3-dev] hurry.query in Zope 3.2?

2005-10-31 Thread Dominik Huber
Martijn Faassen wrote: Hey, Martijn Faassen wrote: Would there be any interest in merging hurry.query into Zope 3.2? Apparently not, or at least people are lacking in time, which is understandable as I do too. :) I'll try in more advance for Zope 3.3. We find it very useful here at Infra

Re: [Zope3-dev] hurry.query in Zope 3.2?

2005-10-28 Thread Jeff Shell
I love hurry.query. Whether it's in the core or not doesn't phase me, but it is really really helpful. We got bit by not realizing that FieldIndex queries passed directly to the catalog/index had a low and high range. It was a small bite. But it took us a while to figure out why searching for 'summ

Re: [Zope3-dev] hurry.query in Zope 3.2?

2005-10-28 Thread Stephan Richter
On Friday 28 October 2005 06:18, Martijn Faassen wrote: > Martijn Faassen wrote: > > Would there be any interest in merging hurry.query into Zope 3.2? > > Apparently not, or at least people are lacking in time, which is > understandable as I do too. :) I'll try in more advance for Zope 3.3. We > fi

Re: [Zope3-dev] hurry.query in Zope 3.2?

2005-10-28 Thread Martijn Faassen
Hey, Martijn Faassen wrote: Would there be any interest in merging hurry.query into Zope 3.2? Apparently not, or at least people are lacking in time, which is understandable as I do too. :) I'll try in more advance for Zope 3.3. We find it very useful here at Infrae, but of course it works j

[Zope3-dev] hurry.query in Zope 3.2?

2005-10-24 Thread Martijn Faassen
Hi there, Would there be any interest in merging hurry.query into Zope 3.2? What it does: hurry.query - higher level query system built on top of the Zope 3 catalog. Some inspiration came from Dieter Maurer's AdvancedQuery. See src/hurry/query/query.txt for