[Koha-bugs] [Bug 21405] Browse authorities just add one records

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 4 15:28:50 CEST 2018


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

--- Comment #1 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 79948
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=79948&action=edit
Bug 21405: Fix authorities pagination for Zebra and ES

This patch corrects a problem introduced by bug 20261

The underlying problem still exists - the two search_auth_compat methods
don't expect the same information. Using the 'options' parameter allows
us to work around this for ES.

Additionally code is added to avoid asking for more results form ES than
are returned.

To test:
 1 - Perform an authorities search with 1+ pages using Zebra
 2 - Page through results, note you are only offseeting by 1 each time
 3 - Perform an authorities search with 10,000+ results in ES
 4 - Click on the last page and get an error
 5 - Apply patch
 6 - Retry Zebra search
 7 - Results should paginate correctly
 8 - Clicking on last page should return last results
 9 - Retry ES results
10 - Results should paginate correctly
11 - Clicking on last page hsould return last results

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


More information about the Koha-bugs mailing list