Koha/koha-tmpl/opac-tmpl/bootstrap
Nick Clemens cc131475ed Bug 19502: Limit pagination to first 10000 results when using ES
This patch is to avoid hitting an error page. We should eventually make the
max number returned configurable for ES.

To test:
1 - Have Koha running ES with 10,000+ records
2 - Search for '*'
3 - Click 'Last' to view last page of results
4 - 'Cannot perform search' error
5 - Apply patch
6 - Search again
7 - View 'Last' page
8 - No error, you go to the last of 10000
9 - Note the warning above the pagination buttons

Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Alex Arnaud <alex.arnaud@biblibre.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
2018-07-12 13:04:20 +00:00
..
css Bug 7547: (RM follow-up) Compiled css 2018-07-02 11:51:58 +00:00
en Bug 19502: Limit pagination to first 10000 results when using ES 2018-07-12 13:04:20 +00:00
images Bug 20756: OPAC "Share list" button should be styled with an icon 2018-06-08 09:48:12 -04:00
itemtypeimg
js Bug 7547: printing a sorted cart 2018-07-02 11:48:41 +00:00
less Bug 7547: (QA follow-up) Make button background transparent for consistency 2018-07-02 11:49:29 +00:00
lib