summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-04-16 19:48:17 +0200
committerÉtienne Loks <etienne.loks@proxience.com>2015-04-16 19:48:17 +0200
commit5b218a7a4a742b2e2489bacbf653f1b7fd3a60c9 (patch)
tree12fe7497712338e4d27efe549a88892e707687af /settings.py
parentefa6b41339623028c8ef7a5534946f4617d6d977 (diff)
downloadChimère-5b218a7a4a742b2e2489bacbf653f1b7fd3a60c9.tar.bz2
Chimère-5b218a7a4a742b2e2489bacbf653f1b7fd3a60c9.zip
Disable autocomplete by default - better visibility for pager
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 47fab7b..072a322 100644
--- a/settings.py
+++ b/settings.py
@@ -136,6 +136,8 @@ HAYSTACK_CONNECTIONS = {
'INCLUDE_SPELLING': True,
},
}
+HAYSTACK_SEARCH_RESULTS_PER_PAGE = 12
+HAYSTACK_AUTOCOMPLETE = True
CHIMERE_CSV_ENCODING = 'ISO-8859-1'