
yurj at alfa
Aug 27, 2012, 1:06 AM
Post #1 of 1
(255 views)
Permalink
|
|
Re: Zope Digest, Vol 98, Issue 1
|
|
http://plone.org/documentation/kb/catalog-anything Il 03/08/2012 14:00, zope-request [at] zope ha scritto: > Send Zope mailing list submissions to > zope [at] zope > > To subscribe or unsubscribe via the World Wide Web, visit > https://mail.zope.org/mailman/listinfo/zope > or, via email, send a message with subject or body 'help' to > zope-request [at] zope > > You can reach the person managing the list at > zope-owner [at] zope > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Zope digest..." > > > Today's Topics: > > 1. Catalog a dictionary (Giampiero Benvenuti) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 3 Aug 2012 13:13:34 +0200 > From: Giampiero Benvenuti<giampiero.benvenuti [at] chiaroscuro> > To: zope [at] zope > Subject: [Zope] Catalog a dictionary > Message-ID:<4E0A87D6-CAAE-4CFA-8D30-2384073F4F07 [at] chiaroscuro> > Content-Type: text/plain; charset=us-ascii > > Hello! > > can you please give me some hints on how to catalog a list of dictionaries? Is it possible? > > L= [{'id':'1','lastName':'Rossi','firstName':'Mario'}, {...), etc..] > > for d in L: > context.Mycatalog.catalog_object( d, d['id']) > > Thanks so much in advance! > > GP > > > > ------------------------------ > > _______________________________________________ > Zope maillist - Zope [at] zope > > > > End of Zope Digest, Vol 98, Issue 1 > *********************************** _______________________________________________ Zope maillist - Zope [at] zope https://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope-dev )
|