[Koha-bugs] [Bug 19502] Elasticsearch - result sets limited to 10000

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 16 12:14:58 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19502

--- Comment #1 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 73020
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=73020&action=edit
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

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list