[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.