@@ -, +, @@ --- .../en/modules/admin/preferences/searching.pref | 70 ++++++++++---------- 1 files changed, 36 insertions(+), 34 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref +++ a/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. - --