[Zope] my brains?

Andy McKay andym@ActiveState.com
Wed, 8 Nov 2000 09:07:58 -0800


Basically ZCatalog does not return an object but a brain which is a sort of
lightweight object based on the metadata. You might be doing something like

<dtml-in catalog>
   <dtml-var sequence-item>
</dtml-in>

Where you should be:

<dtml-in catalog>
   <dtml-var title>
</dtml-in>

Have a look at: http://www.zope.org/Members/Zen/howto/AdvZCatalogSearching

--
  Andy McKay, Developer.
  ActiveState.

----- Original Message -----
From: "Júlio Dinis Silva" <juliodinis@hotmail.com>
To: <zope@zope.org>
Sent: Wednesday, November 08, 2000 2:21 AM
Subject: [Zope] my brains?


> Hello,
>
> I'm doing some search in two catalogs I have. They each have
> more than 1000 items. When a search is made besides taking to long
> the debug information screen print a lot of <my brains instance>.
> Can anyone explain what is this "my brains" thing or some page to go and
> read more about this?
>
> Thanks,
> Júlio Dinis Silva
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> Share information about yourself, create your own public profile at
> http://profiles.msn.com.
>
>
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )
>