[Zope-CMF] Newbie question CMF Document

Erik Enge erik@thingamy.net
09 Aug 2001 08:33:43 +0200


[Jon Edwards]

| But I can't find the correct syntax for searchresults... can anyone
| else help?

Normally, you'd have to do:

for brain in aCatalog(<searchquery>):
    object = aCatalog.getobject(brain.data_record_id_)

But perhaps the portal_catalog makes it easier.