diff --git a/greenmine/projects/documents/templates/search/indexes/document_text.txt b/greenmine/projects/documents/templates/search/indexes/document_text.txt deleted file mode 100644 index e183459a..00000000 --- a/greenmine/projects/documents/templates/search/indexes/document_text.txt +++ /dev/null @@ -1,8 +0,0 @@ -{{ object.title }} -{{ object.slug }} -{{ object.description }} -{{ object.created_date }} -{{ object.modified_date }} -{{ object.project }} -{{ object.owner }} -{{ object.attached_file }} diff --git a/greenmine/projects/issues/templates/search/indexes/issue_text.txt b/greenmine/projects/issues/templates/search/indexes/issue_text.txt deleted file mode 100644 index ecc07ceb..00000000 --- a/greenmine/projects/issues/templates/search/indexes/issue_text.txt +++ /dev/null @@ -1,21 +0,0 @@ -{{ object.uuid }} -{{ object.user_story }} -{{ object.ref }} -{{ object.status }} -{{ object.owner }} -{{ object.milestone }} -{{ object.project }} -{{ object.type }} -{{ object.created_date }} -{{ object.modified_date }} -{{ object.finished_date }} -{{ object.last_status }} -{{ object.subject }} -{{ object.description }} -{{ object.assigned_to }} -{% for watcher in object.watchers.all %} - {{ watcher }} -{% endfor %} -{% for tag in object.tags.all %} - {{ tag }} -{% endfor %} diff --git a/greenmine/projects/questions/templates/search/indexes/question_text.txt b/greenmine/projects/questions/templates/search/indexes/question_text.txt deleted file mode 100644 index 5cb45124..00000000 --- a/greenmine/projects/questions/templates/search/indexes/question_text.txt +++ /dev/null @@ -1,21 +0,0 @@ -{{ object.subject }} -{{ object.slug }} -{{ object.content }} -{{ object.attached_file }} -{{ object.project }} -{{ object.milestone }} -{{ object.assigned_to }} -{{ object.created_date }} -{{ object.modified_date }} -{{ object.owner }} -{% for watcher in object.watchers.all %} - {{ watcher }} -{% endfor %} -{% for response in object.responses.all %} - {{ response.content }} - {{ response.created_date }} - {{ response.modified_date }} - {{ response.attached_file }} - {{ response.owner }} -{% endfor %} - diff --git a/greenmine/projects/tasks/templates/search/indexes/task_text.txt b/greenmine/projects/tasks/templates/search/indexes/task_text.txt deleted file mode 100644 index ecc07ceb..00000000 --- a/greenmine/projects/tasks/templates/search/indexes/task_text.txt +++ /dev/null @@ -1,21 +0,0 @@ -{{ object.uuid }} -{{ object.user_story }} -{{ object.ref }} -{{ object.status }} -{{ object.owner }} -{{ object.milestone }} -{{ object.project }} -{{ object.type }} -{{ object.created_date }} -{{ object.modified_date }} -{{ object.finished_date }} -{{ object.last_status }} -{{ object.subject }} -{{ object.description }} -{{ object.assigned_to }} -{% for watcher in object.watchers.all %} - {{ watcher }} -{% endfor %} -{% for tag in object.tags.all %} - {{ tag }} -{% endfor %} diff --git a/greenmine/projects/userstories/templates/search/indexes/userstory_text.txt b/greenmine/projects/userstories/templates/search/indexes/userstory_text.txt deleted file mode 100644 index ca0c04a6..00000000 --- a/greenmine/projects/userstories/templates/search/indexes/userstory_text.txt +++ /dev/null @@ -1,17 +0,0 @@ -{{ object.uuid }} -{{ object.ref }} -{{ object.milestone }} -{{ object.project }} -{{ object.owner }} -{{ object.status }} -{% for tag in object.tags.all %} - {{ tag }} -{% endfor %} -{{ object.created_date }} -{{ object.modified_date }} -{{ object.subject }} -{{ object.description }} -{{ object.finish_date }} -{% for watcher in object.watchers.all %} - {{ watcher }} -{% endfor %} diff --git a/greenmine/projects/wiki/templates/search/indexes/wikipage_text.txt b/greenmine/projects/wiki/templates/search/indexes/wikipage_text.txt deleted file mode 100644 index 9f060bd5..00000000 --- a/greenmine/projects/wiki/templates/search/indexes/wikipage_text.txt +++ /dev/null @@ -1,8 +0,0 @@ -{{ object.project }} -{{ object.slug }} -{{ object.content }} -{{ object.owner }} -{{ object.created_date }} -{% for watcher in object.watchers.all %} - {{ watcher }} -{% endfor %}