diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2015-04-16 19:47:42 +0200 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2015-04-16 19:47:42 +0200 | 
| commit | 8b9008a94a3b3b626bbe916d6f461189938dab3c (patch) | |
| tree | 363108527f435470aba9cf64c796986ab73be78d /chimere/settings.sample.py | |
| parent | f4a3253ff50546dc210c67e0ecbb24e78cffb183 (diff) | |
| download | Chimère-8b9008a94a3b3b626bbe916d6f461189938dab3c.tar.bz2 Chimère-8b9008a94a3b3b626bbe916d6f461189938dab3c.zip  | |
Allow disabling of autocomplete
Diffstat (limited to 'chimere/settings.sample.py')
| -rw-r--r-- | chimere/settings.sample.py | 2 | 
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'  | 
