diff --git a/concept.py b/concept.py index b458928..8e36ad2 100644 --- a/concept.py +++ b/concept.py @@ -402,7 +402,8 @@ class IndexAttributes(object): #return ' '.join((getName(ctx), ctx.title,)) actx = adapted(ctx) indexAttrs = getattr(actx, '_textIndexAttributes', ()) - return ' '.join([getName(ctx), ctx.title, ctx.description] + + #return ' '.join([getName(ctx), ctx.title, ctx.description] + + return ' '.join([self.title()] + self.creators() + [getattr(actx, attr, u'???') for attr in indexAttrs]).strip()