@@ -, +, @@ authorities, and templates --- C4/Search.pm | 1 + etc/zebradb/authorities/etc/bib1.att | 2 ++ etc/zebradb/ccl.properties | 2 +- koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc | 1 + koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 4 ++++ 5 files changed, 9 insertions(+), 1 deletion(-) --- a/C4/Search.pm +++ a/C4/Search.pm @@ -918,6 +918,7 @@ sub getIndexes{ 'allrecords', 'an', 'Any', + 'Anywhere', 'at', 'au', 'aub', --- a/etc/zebradb/authorities/etc/bib1.att +++ a/etc/zebradb/authorities/etc/bib1.att @@ -3,6 +3,8 @@ name bib1 reference Bib-1 att 1016 Any +att 1035 Anywhere + att 9000 authtype att 12 Local-Number att 9038 Descriptive-cataloging-rules --- 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 %] --