Commit f0f4d3f1611a88b1bb4681c84f597f1fd030ad4b
1 parent
8bbc954e
Exists in
master
and in
39 other branches
Added author and title to thread search filter
Signed-off-by: Carlos Oliveira <carlospecter@gmail.com> Signed-off-by: Matheus Fernandes <matheus.souza.fernandes@gmail.com>
Showing
1 changed file
with
2 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.author }} | ||
4 | {{ message.body|slugify }} | 6 | {{ message.body|slugify }} |
5 | {% endfor %} | 7 | {% endfor %} |