Commit aa04c3ecea4da0f75b067811d85ead04119540ca
Committed by
Sergio Oliveira
1 parent
8cd115d7
Exists in
trac_indexing
Fixing colab-admin rebuild_index
Signed-off-by: Thiago Ribeiro <thiagitosouza@hotmail.com>
Showing
1 changed file
with
9 additions
and
0 deletions
Show diff stats
colab/proxy/trac/templates/search/indexes/trac/wiki_text.txt
0 → 100644
@@ -0,0 +1,9 @@ | @@ -0,0 +1,9 @@ | ||
1 | +{{ object.author }} | ||
2 | +{{ object.get_author.get_full_name }} | ||
3 | +{{ object.get_author.get_full_name|slugify }} | ||
4 | +{{ object.name }} | ||
5 | +{{ object.name|slugify }} | ||
6 | +{{ object.collaborators }} | ||
7 | +{{ object.collaborators|slugify }} | ||
8 | +{{ object.wiki_text }} | ||
9 | +{{ object.wiki_text|slugify }} |