diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-09-30 11:28:56 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-09-30 11:28:56 +0200 |
commit | c073239b4ff54fdf9334e53137219c4da611118c (patch) | |
tree | 34e5cd326e2f5380ddd4ecfb10d712fde1cd28ef /settings.py | |
parent | 4d7c7c9410d86160cfac73c0e1ace599b9e34a73 (diff) | |
download | Chimère-c073239b4ff54fdf9334e53137219c4da611118c.tar.bz2 Chimère-c073239b4ff54fdf9334e53137219c4da611118c.zip |
Manage search pagination
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py index eadf6e4..41d6999 100644 --- a/settings.py +++ b/settings.py @@ -151,7 +151,7 @@ HAYSTACK_CONNECTIONS = { 'INCLUDE_SPELLING': True, }, } -SEARCH_RESULTS_PER_PAGE = HAYSTACK_SEARCH_RESULTS_PER_PAGE = 12 +SEARCH_RESULTS_PER_PAGE = HAYSTACK_SEARCH_RESULTS_PER_PAGE = 10 HAYSTACK_AUTOCOMPLETE = False # length of short description |