In the Z39.50 search screen, the available Z39.50 are displayed as a non-ordered list. They should be ranked by "rank", and then maybe by "name". TEST PLAN 1) Be sure that you have at least a few Z39.50 servers (Administration -> 239.50 clients targets) Each server should have a defined rank. For best results, have at least 4 servers with ranks 1, 2, 3, 4 and so on (but beginning with mixed letters, the 1st ranked server could begin with a "Z"). 2) Go to the cataloging section, add a MARC record, do a Z39.50 search. The servers list is not ordered by rank.
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.