| Summary: | Personal name authority search: search results aren't sorted in alphabetical order after page 51 | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Marie-Luce Laflamme <marie-luce.laflamme> |
| Component: | Searching | Assignee: | Bugs List <koha-bugs> |
| Status: | CLOSED INVALID | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | fridolin.somers |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
|
Description
Marie-Luce Laflamme
2019-08-23 18:00:40 UTC
I think this might be related to a setting in Zebra - a limit on how many records are sorted. Indeed, it is a performance limit of Zebra [U+1F993] , option "sortmax". You can see it is defined in biblios config : https://git.koha-community.org/Koha-community/Koha/src/commit/f096a8dffcb35c153c3f4f27ce5767b1c7fb3f75/etc/zebradb/zebra-biblios-dom.cfg#L53 So for authorities the limit is at default value 1000. Be careful on performance and temporary disk space impact when increasing this value. Best regads, |