PrincipiaSearchSource is a callable method. Instead try: return "%s %s %s" % (self.PrincipiaSearchSource(), self.title, self.Cutline) hth, -Casey On Monday 17 March 2003 01:17 pm, Chris Muldrow wrote:
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