[Zope] my brains?

2000-11-08 Thread Júlio Dinis Silva

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  -  [EMAIL PROTECTED]
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 )




Re: [Zope] my brains?

2000-11-08 Thread Andy McKay

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" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
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  -  [EMAIL PROTECTED]
 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 )



___
Zope maillist  -  [EMAIL PROTECTED]
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 )