7 May
2003
7 May
'03
1:42 p.m.
Hey folks. I have a python script that looks like this: foo = context.portal_catalog.searchResults(id='foo') for res in foo: print res.id print res.title return printed The output from this script is: portal_catalog Indexes all content in the site Anybody know why I'd be getting back the portal_catalog object itself and not my document with the id of 'foo'? Braun Brelin
8370
Age (days ago)
8370
Last active (days ago)
0 comments
1 participants
participants (1)
-
Braun Brelin