https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19502
Nick Clemens <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #73024|0 |1 is obsolete| | Attachment #74587|0 |1 is obsolete| | Attachment #75816|0 |1 is obsolete| | Attachment #76371|0 |1 is obsolete| | Attachment #76372|0 |1 is obsolete| | --- Comment #17 from Nick Clemens <[email protected]> --- Created attachment 76788 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76788&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 Signed-off-by: Séverine QUEUNE <[email protected]> Signed-off-by: Nick Clemens <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
