From a46e1191e44af37ac5b0bcd16e7407e66b8276e3 Mon Sep 17 00:00:00 2001 From: Gust Date: Mon, 23 Feb 2015 13:47:08 -0300 Subject: [PATCH] Correct wrong attribute name --- colab/proxy/trac/search_indexes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colab/proxy/trac/search_indexes.py b/colab/proxy/trac/search_indexes.py index 0e0923f..9ffd751 100644 --- a/colab/proxy/trac/search_indexes.py +++ b/colab/proxy/trac/search_indexes.py @@ -75,7 +75,7 @@ class AttachmentIndex(BaseIndex, indexes.Indexable): class WikiIndex(BaseIndex, indexes.Indexable): - title = indexes.CharField(model_attr='name') + title = indexes.CharField(model_attr='title') collaborators = indexes.CharField( model_attr='collaborators', null=True, -- libgit2 0.21.2