Re: [Zope-dev] More ZCatalog Stuff.

2001-02-24 Thread Chris Withers
"Michael R. Bernstein" wrote: > > Hmm. this seems like there ought to be a checkbox next to > the 'Add Index' form field labeled 'index numbers?'. Or > maybe a 'Text and Numbers' index as an additional index > type. I like these ideas :-) Chris ___ Z

Re: [Zope-dev] More ZCatalog Stuff.

2001-02-24 Thread Christopher Petrilli
Chris Withers [[EMAIL PROTECTED]] wrote: > "Michael R. Bernstein" wrote: > > > > Hmm. this seems like there ought to be a checkbox next to > > the 'Add Index' form field labeled 'index numbers?'. Or > > maybe a 'Text and Numbers' index as an additional index > > type. > > I like these ideas :-)

Re: [Zope-dev] More ZCatalog Stuff.

2001-02-25 Thread Steve Alexander
Christopher Petrilli wrote: > > SMOC :-) You're in the South Michigan Orienteering Club? http://www.angelfire.com/mi/SMOC/ You think we should implement indexes using the Shell Multivariable Optimising Controller? http://www.yokogawa.com.sg/Public/Solution/SMOC.asp Or some Simulation

Re: [Zope-dev] More ZCatalog Stuff.

2001-02-25 Thread Christopher Petrilli
Steve Alexander [[EMAIL PROTECTED]] wrote: > Christopher Petrilli wrote: > > > > > SMOC :-) > > You're in the South Michigan Orienteering Club? >http://www.angelfire.com/mi/SMOC/ Oh sorry, old reference... SMOC = Simple Matter of Code :) Chris -- | Christopher Petrilli | [EMAIL PROTECTED

Re: [Zope-dev] More ZCatalog Stuff.

2001-02-25 Thread Toby Dickenson
On Sat, 24 Feb 2001 21:44:36 -0500, Christopher Petrilli <[EMAIL PROTECTED]> wrote: >Chris Withers [[EMAIL PROTECTED]] wrote: >> "Michael R. Bernstein" wrote: >> > >> > Hmm. this seems like there ought to be a checkbox next to >> > the 'Add Index' form field labeled 'index numbers?'. Or >> > may

Re: [Zope-dev] More ZCatalog Stuff.

2001-02-26 Thread Michael R. Bernstein
Toby Dickenson wrote: > > If you are interested in a short-term hack, it is possible implement > your own type of index and add it to an existing catalog, without > having to modify any of the ZCatalog product. Ok, how? Please keep in mind that I'm more of a designer and integrator than a coder.

Re: [Zope-dev] More ZCatalog Stuff.

2001-02-26 Thread Toby Dickenson
On Mon, 26 Feb 2001 19:00:58 -0800, "Michael R. Bernstein" <[EMAIL PROTECTED]> wrote: >Toby Dickenson wrote: >> >> If you are interested in a short-term hack, it is possible implement >> your own type of index and add it to an existing catalog, without >> having to modify any of the ZCatalog pro

RE: [Zope-dev] More ZCatalog Stuff.

2001-02-27 Thread Toby Dickenson
> I am assuming that the code you provided goes into a > manage_addCustomIndex method that is part of a CustomIndex > Python Product. hehehehe, nothing so general-purpose as that ;-) > > You will need to implement a subclass derived from one of > the standard > > indexes to provide your custom

Re: [Zope-dev] More ZCatalog Stuff.

2001-02-27 Thread Michael R. Bernstein
Toby Dickenson wrote: > > On Mon, 26 Feb 2001 19:00:58 -0800, "Michael R. Bernstein" > <[EMAIL PROTECTED]> wrote: > > >Toby Dickenson wrote: > >> > >> If you are interested in a short-term hack, it is possible implement > >> your own type of index and add it to an existing catalog, without > >>