From 95741150a3cd944fe2af25dabfbdc9650a010715 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 20 Apr 2011 12:20:17 -0300 Subject: [PATCH] Bug 5166 - Fix searching.pref / also rephrase Content-Type: text/plain; charset="utf-8" Looks like *, ] and [ are not welcome in .pref files. Fixed that, and made Zebra related new prefs appear in the right section, with a proper layout. To+ --- .../en/modules/admin/preferences/searching.pref | 70 ++++++++++---------- 1 files changed, 36 insertions(+), 34 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref index dd9c281..3beb760 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref @@ -69,6 +69,42 @@ Searching: yes: Include no: "Don't include" - subdivisions for searches generated by clicking on subject tracings. + - + - (Experimental zebraqueue daemon ONLY) + - pref: ZebraUseXml + type: boolean + choices: + yes: "Don't use" + no: Use + - MARCXML instead of ISO2907 for indexing in Zebra. Very important for libraries with records bigger than the allowed by ISO2907 (e.g. with lots of items in a single record). + - + - (Experimental zebraqueue daemon ONLY) + - pref: ZebraNoshadow + type: boolean + choices: + yes: "Don't use" + no: Use + - shadow records when updating Zebra indexes. Prevents locking on records while updating the database. Refer to zebra documentation for more info on the drawbacks. + - + - (Experimental zebraqueue daemon ONLY) Set to + - pref: ZebraAuthUpdateRatio + class: integer + default: 10 + - seconds the interval for searching authority record updates. + - + - (Experimental zebraqueue daemon ONLY) Set to + - pref: ZebraBiblioUpdateRatio + class: integer + default: 6 + - x ZebraAuthUpdateRatio seconds the interval for searching record updates. + - + - (Experimental zebraqueue daemon ONLY) + - pref: ZebraqueueVerboseLogging + type: boolean + choices: + yes: "Don't use" + no: Use + - verbose logging in zebraqueue daemon. Search Form: - - Show checkboxes to search by @@ -166,37 +202,3 @@ Searching: - pref: FacetLabelTruncationLength class: integer - characters, in OPAC/staff interface. - - - - pref: ZebraUseXml - type: boolean - choices: - yes: "Don't use" - no: Use - - [Experimental zebraqueue daemon ONLY] Tell Zebra to use MARCXML instead of ISO2907 for indexing. Very important for libraries with records bigger than the allowed by ISO2907 (e.g. with lots of items in a single record). - - - - pref: ZebraNoshadow - type: boolean - choices: - yes: "Don't use" - no: Use - - [Experimental zebraqueue daemon ONLY] Tell Zebra to use shadow records when updating. Prevents locking on records while updating the database. Refer to zebra documentation for more info on the drawbacks. - - - - [Experimental zebraqueue daemon ONLY] By default, tell zebraqueue daemon to search for updates every - - pref: ZebraAuthUpdateRatio - class: integer - default: 10 - - seconds in the authorities database. - - - - [Experimental zebraqueue daemon ONLY] By default, tell zebraqueue daemon to search for updates every - - pref: ZebraBiblioUpdateRatio - class: integer - default: 6 - - *ZebraAuthUpdateRatio seconds in the biblios database - - - - pref: ZebraqueueVerboseLogging - type: boolean - choices: - yes: "Don't use" - no: Use - - [Experimental zebraqueue daemon ONLY] Tell zebraqueue daemon to be more verbose on logging. - -- 1.7.1