summaryrefslogtreecommitdiff
path: root/templates/search/indexes/program
diff options
context:
space:
mode:
authorErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2011-04-02 22:24:41 (GMT)
committerErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2011-04-02 22:24:41 (GMT)
commite88087eece7104820b60bb11573b579bbb36c01d (patch)
treedc7ca6aefcd6d11d3097aafc87fbc8330ae3a9db /templates/search/indexes/program
parent2de89101a2842a069f5c8ef8b577b3a98929517b (diff)
added search indexes and templates.
Diffstat (limited to 'templates/search/indexes/program')
-rw-r--r--templates/search/indexes/program/note_text.txt2
-rw-r--r--templates/search/indexes/program/show_text.txt3
2 files changed, 5 insertions, 0 deletions
diff --git a/templates/search/indexes/program/note_text.txt b/templates/search/indexes/program/note_text.txt
new file mode 100644
index 0000000..2421b4f
--- /dev/null
+++ b/templates/search/indexes/program/note_text.txt
@@ -0,0 +1,2 @@
+{{ object.title }}
+{{ object.content }} \ No newline at end of file
diff --git a/templates/search/indexes/program/show_text.txt b/templates/search/indexes/program/show_text.txt
new file mode 100644
index 0000000..f08b515
--- /dev/null
+++ b/templates/search/indexes/program/show_text.txt
@@ -0,0 +1,3 @@
+{{ object.name }}
+{{ object.description }}
+{{ object.short_description }} \ No newline at end of file