[Zope] Yet another Zcatalog question--PrincipiaSearchSource
Chris Muldrow
muldrow@mac.com
Mon, 17 Mar 2003 13:17:17 -0500
When I try this, it doesn't actually index the data for the search
source--I've tried both PrincipiaSearchSource and document_src--but it does
this:
<bound method FLSNewsStory.document_src of <FLSNewsStory at
/News/FLS/2003/032003/03172003/france>> France calls emergency U.N. meeting
on Iraq's peaceful disarmament, ignoring U.S. deadline
>
> def PrincipiaSearchSource(self):
> return "%s %s %s" % (self.oldPrincipiaSearchSource, self.title, self.Cutline)
>
> BTW, according to the general style guide attributes should be written
> with lower case. (*C*utline)
>
> thomas
>
> --
> Thomas Guettler <guettli@thomas-guettler.de>
> http://www.thomas-guettler.de
>
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://mail.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://mail.zope.org/mailman/listinfo/zope-announce
> http://mail.zope.org/mailman/listinfo/zope-dev )
>