summaryrefslogtreecommitdiff
path: root/chimere/settings.sample.py
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/settings.sample.py')
-rw-r--r--chimere/settings.sample.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/chimere/settings.sample.py b/chimere/settings.sample.py
index 1ddef5f..adb76fe 100644
--- a/chimere/settings.sample.py
+++ b/chimere/settings.sample.py
@@ -126,6 +126,8 @@ HAYSTACK_CONNECTIONS = {
'URL': 'http://127.0.0.1:8080/solr'
},
}
+HAYSTACK_SEARCH_RESULTS_PER_PAGE = 12
+HAYSTACK_AUTOCOMPLETE = False
CHIMERE_CSV_ENCODING = 'ISO-8859-1'