Re: [Zope] How to get document's owner and last edited by with ZCatalog?
18 Sep
2002
18 Sep
'02
4:19 p.m.
| OdesÃlatel: Chris Withers <chrisw@nipltd.com> | Jaroslav Lukesh wrote: | > | > I was try with ZCatalog searching and it ignores all real ownerships and | > print it as my own. | | That's probably because you own the catalog, and catalog searches return brains | not real objects. | | Try this python script: | | brains = context.your_catalog(***search params here***) | for brain in brains: | print brain.getURL() | print "owned by:",brain.getObject().owner_info['path'] | return printed Thanks for script, I will try it because in DTML it is very ssssssllllloooowwwwww. At least on my "workstation" P-233mmx/win95. Regards JL.
8601
Age (days ago)
8601
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jaroslav Lukesh