[Zope-dev] How to get Entrys from a catalog by date boundaries

2002-07-23 Thread Sebastian Sippl
Hi, I've tried to select all entrys from a catalog by defining the date boundaries(Python script). Looks like this: id=context.getId() return context.cata( {'content' : id, 'date': [datestart, dateend], 'date_usage' : 'range:min:max', } ) cata = my

Re: [Zope-dev] How to get Entrys from a catalog by date boundaries

2002-07-23 Thread Toby Dickenson
On Tuesday 23 Jul 2002 10:20 am, Sebastian Sippl wrote: > Hi, > > I've tried to select all entrys from a catalog by defining the date > boundaries(Python script). > Looks like this: > > id=context.getId() > > return context.cata( > {'content' : id, > 'date': [datestart, dateend]

Re: [Zope-dev] How to get Entrys from a catalog by date boundaries

2002-07-24 Thread Lennart Regebro
From: "Sebastian Sippl" <[EMAIL PROTECTED]> > When I send my request, the only things I get back are some instance at #123848>-tags. Thats what you get back from catalog queries. Each brain is a small object that has all the meta-data you have indexed in the catalog as properties. It's done like