Re: [Zope3-Users] Searching Content Objects

2005-07-25 Thread Martijn Faassen
Hey, Jim Vine wrote: Thanks a lot for the pointer. I have upgraded to Zope 3.1b (with only minor difficulty). Note that I'm currently sitting on an implementation of a more sophisticated query engine for the Zope 3 catalog. When I find time I'll release it so others can play with it. This w

[Zope3-Users] Problems with PartialAnnotationsAdapter

2005-07-25 Thread Florian Lindner
Hello, without change of my codebase my objects which use the partial annotations adapter are not working anymore. I use it like that: contentitem.py: from zope.app.dublincore import annotatableadapter factory = annotatableadapter.partialAnnotatableAdapterFactory(["title", "description"]) co

Re: [Zope3-Users] Problems with PartialAnnotationsAdapter

2005-07-25 Thread Fred Drake
On 7/25/05, Florian Lindner <[EMAIL PROTECTED]> wrote: > without change of my codebase my objects which use the partial annotations > adapter are not working anymore. I use it like that: > > contentitem.py: > > from zope.app.dublincore import annotatableadapter > > factory = annotatableadapter.p

Re: [Zope3-Users] Searching Content Objects

2005-07-25 Thread Jim Vine
Hello, Thanks for the guidance. I'm actually getting stuck higher up than this. It's the actual question of how to get the data from the form to the relevant browser view object. Basically, I've defined a form like this: Quick Search Max rent (£pcm)

[Zope3-Users] Properties of content components as containers.

2005-07-25 Thread Alec Munro
Hi List, I've been going over this for a while, and while I think I understand how it could work, I would really like some advice on how it should work. I have a content component that can contain a couple other types of content component. The way I had originally thought to implement this was to