@@ -, +, @@ i.e. Electric power production --- .../prog/en/includes/auth-finder-search.inc | 24 ++++++++++---------- .../prog/en/includes/authorities-search.inc | 26 +++++++++++----------- .../bootstrap/en/modules/opac-authorities-home.tt | 2 +- 3 files changed, 26 insertions(+), 26 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/auth-finder-search.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/auth-finder-search.inc @@ -31,10 +31,10 @@ [% ELSE %] [% END %] - [% IF ( operator_mainstr == 'is' ) %] - + [% IF ( operator_mainstr == 'exact' ) %] + [% ELSE %] - + [% END %] @@ -57,10 +57,10 @@ [% ELSE %] [% END %] - [% IF ( operator_main == 'is' ) %] - + [% IF ( operator_main == 'exact' ) %] + [% ELSE %] - + [% END %] @@ -82,10 +82,10 @@ [% ELSE %] [% END %] - [% IF ( operator_match == 'is' ) %] - + [% IF ( operator_match == 'exact' ) %] + [% ELSE %] - + [% END %] @@ -106,10 +106,10 @@ [% ELSE %] [% END %] - [% IF ( operator_any == 'is' ) %] - + [% IF ( operator_any == 'exact' ) %] + [% ELSE %] - + [% END %] --- a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc @@ -31,10 +31,10 @@ [% ELSE %] [% END %] - [% IF ( operator == 'is' ) %] - + [% IF ( operator == 'exact' ) %] + [% ELSE %] - + [% END %] @@ -87,10 +87,10 @@ [% ELSE %] [% END %] - [% IF ( operator == 'is' ) %] - + [% IF ( operator == 'exact' ) %] + [% ELSE %] - + [% END %] @@ -129,7 +129,7 @@ [% END %] [% END %] - + @@ -197,10 +197,10 @@ [% ELSE %] [% END %] - [% IF ( operator == 'is' ) %] - + [% IF ( operator == 'exact' ) %] + [% ELSE %] - + [% END %] --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authorities-home.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authorities-home.tt @@ -55,7 +55,7 @@
  • --