From aa04c3ecea4da0f75b067811d85ead04119540ca Mon Sep 17 00:00:00 2001 From: carol15022 Date: Mon, 9 Feb 2015 15:27:27 -0200 Subject: [PATCH] Fixing colab-admin rebuild_index --- colab/proxy/trac/templates/search/indexes/trac/wiki_text.txt | 9 +++++++++ 1 file changed, 9 insertions(+), 0 deletions(-) create mode 100644 colab/proxy/trac/templates/search/indexes/trac/wiki_text.txt diff --git a/colab/proxy/trac/templates/search/indexes/trac/wiki_text.txt b/colab/proxy/trac/templates/search/indexes/trac/wiki_text.txt new file mode 100644 index 0000000..d1b51c4 --- /dev/null +++ b/colab/proxy/trac/templates/search/indexes/trac/wiki_text.txt @@ -0,0 +1,9 @@ +{{ object.author }} +{{ object.get_author.get_full_name }} +{{ object.get_author.get_full_name|slugify }} +{{ object.name }} +{{ object.name|slugify }} +{{ object.collaborators }} +{{ object.collaborators|slugify }} +{{ object.wiki_text }} +{{ object.wiki_text|slugify }} -- libgit2 0.21.2