Commit aa04c3ecea4da0f75b067811d85ead04119540ca

Authored by carol15022
Committed by Sergio Oliveira
1 parent 8cd115d7
Exists in trac_indexing

Fixing colab-admin rebuild_index

Signed-off-by: Thiago Ribeiro <thiagitosouza@hotmail.com>
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 }}