Commit 545dddfcc0537010ce2c4fe49268e626fcec9c59
Exists in
master
and in
39 other branches
Merge branch 'search_title_filter' into 'master'
Search title filter
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
colab/super_archives/templates/search/indexes/super_archives/thread_text.txt
1 | {{ object.subject_token }} | 1 | {{ object.subject_token }} |
2 | 2 | ||
3 | {% for message in object.message_set.iterator %} | 3 | {% for message in object.message_set.iterator %} |
4 | + {{ message.title }} | ||
5 | + {{ message.title|slugify }} | ||
6 | + {{ message.author }} | ||
7 | + {{ message.author|slugify }} | ||
8 | + {{ message.body }} | ||
4 | {{ message.body|slugify }} | 9 | {{ message.body|slugify }} |
5 | {% endfor %} | 10 | {% endfor %} |