summaryrefslogtreecommitdiff
path: root/helsinki
diff options
context:
space:
mode:
authorJohannes Raggam <raggam-nl@adm.at>2011-04-08 23:13:43 (GMT)
committerJohannes Raggam <raggam-nl@adm.at>2011-04-08 23:13:43 (GMT)
commit054279c1511764e2df7cee9553c772fdd9dfa0f0 (patch)
treec246bc939bcad164c373b4307bd8d859a23e64a2 /helsinki
parent3718b965319ce81c9f4c091f91046bff46fa8c47 (diff)
plone integration
Diffstat (limited to 'helsinki')
-rw-r--r--helsinki/program/templates/search/indexes/program/note_SearchableText.txt2
-rw-r--r--helsinki/program/templates/search/indexes/program/show_SearchableText.txt3
2 files changed, 5 insertions, 0 deletions
diff --git a/helsinki/program/templates/search/indexes/program/note_SearchableText.txt b/helsinki/program/templates/search/indexes/program/note_SearchableText.txt
new file mode 100644
index 0000000..2421b4f
--- /dev/null
+++ b/helsinki/program/templates/search/indexes/program/note_SearchableText.txt
@@ -0,0 +1,2 @@
+{{ object.title }}
+{{ object.content }} \ No newline at end of file
diff --git a/helsinki/program/templates/search/indexes/program/show_SearchableText.txt b/helsinki/program/templates/search/indexes/program/show_SearchableText.txt
new file mode 100644
index 0000000..f08b515
--- /dev/null
+++ b/helsinki/program/templates/search/indexes/program/show_SearchableText.txt
@@ -0,0 +1,3 @@
+{{ object.name }}
+{{ object.description }}
+{{ object.short_description }} \ No newline at end of file