Summary: | Rank not used in Z39.50 search page | ||
---|---|---|---|
Product: | Koha | Reporter: | Adrien SAURAT <adrien.saurat> |
Component: | Cataloging | Assignee: | Adrien SAURAT <adrien.saurat> |
Status: | CLOSED FIXED | QA Contact: | Ian Walls <koha.sekjal> |
Severity: | minor | ||
Priority: | P5 - low | CC: | mglavica, 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: | |||
Attachments: |
proposed patch #1
Bug 7866: z39.50 search list ordered by rank [SIGNED-OFF] Bug 7866: z39.50 search list ordered by rank |
Description
Adrien SAURAT
2012-04-02 08:41:07 UTC
Created attachment 8751 [details] [review] proposed patch #1 Created attachment 8753 [details] [review] Bug 7866: z39.50 search list ordered by rank In the z39.50 cataloging search page, the servers are now sorted by rank and name. Signed-off-by: Marijana Glavica <mglavica@ffzg.hr> Created attachment 8754 [details] [review] [SIGNED-OFF] Bug 7866: z39.50 search list ordered by rank In the z39.50 cataloging search page, the servers are now sorted by rank and name. Signed-off-by: Marijana Glavica <mglavica@ffzg.hr> Just reorders SQL by rank, name instead of host. This is consistent with admin/z3950servers.pl. Also fixes some capitalization issues to make the SQL more readable. Marking as Passed QA. This patch will be included in 3.6.5. |