Bugzilla – Attachment 3709 Details for
Bug 5957
COiNS in the OPAC search results should be optional
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
1st signed off
0001-Bug-5957-Making-COiNS-in-OPAC-search-results-optiona.patch (text/plain), 2.44 KB, created by
claire.hernandez@biblibre.com
on 2011-04-05 15:50:06 UTC
(
hide
)
Description:
1st signed off
Filename:
MIME Type:
Creator:
claire.hernandez@biblibre.com
Created:
2011-04-05 15:50:06 UTC
Size:
2.44 KB
patch
obsolete
>From 804d2110c85047333546d2ac181cb35cac91bc8d Mon Sep 17 00:00:00 2001 >From: Ian Walls <ian.walls@bywatersolutions.com> >Date: Wed, 30 Mar 2011 12:01:34 -0400 >Subject: [PATCH 1/2] [SIGNED-OFF] Bug 5957: Making COiNS in OPAC search results optional > >Adds a new system preference, COinSinOPACResults, which toggles the inclusion of >COiNS/OpenURL/Z39.88 in the search results display. Default is 'on', continuing >the current behaviour. > >Disabling this feature will result in a significant increase in search speed, since >each call to GetCOinSBiblio requires a separate parsing of the MARC record, and there are ><OPACnumSearchResults> calls to this routine with each search. > >Signed-off-by: Jared Camins-Esakov <jcamins@bywatersolutions.com> >Signed-off-by: Claire Hernandez <claire.hernandez@biblibre.com> >--- > installer/data/mysql/it-IT/necessari/sysprefs.sql | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/installer/data/mysql/it-IT/necessari/sysprefs.sql b/installer/data/mysql/it-IT/necessari/sysprefs.sql >index 5915497..63334bf 100755 >--- a/installer/data/mysql/it-IT/necessari/sysprefs.sql >+++ b/installer/data/mysql/it-IT/necessari/sysprefs.sql >@@ -294,4 +294,4 @@ INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES > INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('Display856uAsImage','OFF','Display the URI in the 856u field as an image, the corresponding Staff Client XSLT option must be on','OFF|Details|Results|Both','Choice'); > INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('UseControlNumber',0,'If ON, record control number (w subfields) and control number (001) are used for linking of bibliographic records.','','YesNo'); > INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('AlternateHoldingsField','','The MARC field/subfield that contains alternate holdings information for bibs taht do not have items attached (e.g. 852abchi for libraries converting from MARC Magician).',NULL,'free'); >-INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('AlternateHoldingsSeparator','','The string to use to separate subfields in alternate holdings displays.',NULL,'free'); >\ No newline at end of file >+INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('AlternateHoldingsSeparator','','The string to use to separate subfields in alternate holdings displays.',NULL,'free'); >-- >1.7.1 >
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 5957
:
3598
|
3678
| 3709 |
3710