@@ -, +, @@ --- 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(-) --- a/etc/zebradb/ccl.properties +++ a/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, --- a/koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc @@ -42,4 +42,5 @@ + --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt @@ -389,6 +389,10 @@ var holdForPatron = function () { [% ELSE %][% END %] [% IF ( ms_ss ) %] [% ELSE %][% END %] + [% IF ( ms_anywhere ) %] + [% ELSE %][% END %] + [% IF ( ms_anywherecommaphr ) %] + [% ELSE %][% END %] --