Summary: | Sort >1000 search results with sortmax parameter in zebra config file | ||
---|---|---|---|
Product: | Koha | Reporter: | Marcel de Rooy <m.de.rooy> |
Component: | Searching | Assignee: | Marcel de Rooy <m.de.rooy> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | enhancement | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | barton, chris, koha.sekjal, paul.poulain |
Version: | 3.6 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 15331 | ||
Attachments: |
Patch
Bug 7041: Sort >1000 search results with sortmax parameter in zebra config file |
Description
Marcel de Rooy
2011-10-17 07:31:20 UTC
Created attachment 5918 [details] [review] Patch Updating Version : This ENH will be for Koha 3.8 Bug versionned for master. entries will be made against rel_3_8 once the patch has been applied (see thread about that on koha-devel yesterday) Created attachment 6170 [details] [review] Bug 7041: Sort >1000 search results with sortmax parameter in zebra config file By default, zebra does not sort more than 1000 records (search results). You can increase this number by adding the sortmax parameter in zebra-biblios.cfg. Putting this value in Koha's zebra config file will make this default value visible and make it easier to increase it if one prefers that. Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> Adds a valid zebra param to the config, set explicitly to the default (so no change in default behaviour is created). The presence of this param, and the comments, provide the user with more flexibility in their Zebra install. Marking as Passed QA patch pushed, please test |