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