From 804d2110c85047333546d2ac181cb35cac91bc8d Mon Sep 17 00:00:00 2001 From: Ian Walls 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 calls to this routine with each search. Signed-off-by: Jared Camins-Esakov Signed-off-by: Claire Hernandez --- 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