Bugzilla – Attachment 39214 Details for
Bug 14047
Sort z39.50 biblio servers by rank in derivate cataloguing doesn't work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for sorting z39.50 servers IN acq
0001-Bug-14047-Acqui-fix-for-sort-z39.50-servers.patch (text/plain), 973 bytes, created by
Zeno Tajoli
on 2015-05-15 14:57:30 UTC
(
hide
)
Description:
Patch for sorting z39.50 servers IN acq
Filename:
MIME Type:
Creator:
Zeno Tajoli
Created:
2015-05-15 14:57:30 UTC
Size:
973 bytes
patch
obsolete
>From 647d7ce8a062e29214200395c44b85072607396b Mon Sep 17 00:00:00 2001 >From: Zeno Tajoli <z.tajoli@cineca.it> >Date: Fri, 15 May 2015 16:51:53 +0200 >Subject: [PATCH] [Bug 14047] Acqui fix for sort z39.50 servers > >This is the path to sort z39.50 servers in the z39.50 search for Acquisition >--- > acqui/z3950_search.pl | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/acqui/z3950_search.pl b/acqui/z3950_search.pl >index 9cfd6b3..689da16 100755 >--- a/acqui/z3950_search.pl >+++ b/acqui/z3950_search.pl >@@ -98,8 +98,9 @@ if ( $op ne "do_search" ) { > recordtype => 'biblio', > servertype => ['zed', 'sru'], > }, >- { result_class => 'DBIx::Class::ResultClass::HashRefInflator' }, >+ { order_by => ['rank', 'servername'],}, > ); >+ $rs->result_class('DBIx::Class::ResultClass::HashRefInflator'); > $template->param( > serverloop => [ $rs->all ], > opsearch => "search", >-- >1.7.10.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 14047
:
38345
|
39214
|
39286
|
39287
|
39288
|
39412