From 966f2e885fda1c2ce933cfed71428b2bc3fc264e Mon Sep 17 00:00:00 2001 From: Mathieu Saby Date: Sat, 26 Jan 2013 20:14:10 +0100 Subject: [PATCH 1/3] Bug 8962: Changes to CCL and templates This patch adds a new index Anywhere in ccl.properties and add "any word" option in intranet search for using this index. Default OPAC and intranet search in still using CCL "Any" index. --- etc/zebradb/ccl.properties | 2 +- .../prog/en/includes/search_indexes.inc | 1 + .../prog/en/modules/catalogue/results.tt | 4 ++++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/etc/zebradb/ccl.properties b/etc/zebradb/ccl.properties index f93de96..36f1da1 100644 --- a/etc/zebradb/ccl.properties +++ b/etc/zebradb/ccl.properties @@ -84,7 +84,7 @@ kw Any # support both 'any' and 'anywhere', if the origin uses 'Any' # (rather than 'Anywhere') it is asking the target to locate # the term only if it can do so relatively inexpensively. -#Anywhere 1=1035 +Anywhere 1=1035 #Author-name 1003 A personal or corporate author, 100, 110, 111, 400 # or a conference or meeting 410, 411, 700, 710, diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc index 8102201..a841e5b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc @@ -33,4 +33,5 @@ + diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt index 4d89a53..e7740e9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt @@ -364,6 +364,10 @@ YAHOO.util.Event.onContentReady("searchheader", function () { [% ELSE %][% END %] [% IF ( ms_ss ) %] [% ELSE %][% END %] + [% IF ( ms_anywhere ) %] + [% ELSE %][% END %] + [% IF ( ms_anywherecommaphr ) %] + [% ELSE %][% END %] -- 1.7.9.5