diff --git a/C4/Search.pm b/C4/Search.pm index 340378ef3c..b9bea2c50c 100644 --- a/C4/Search.pm +++ b/C4/Search.pm @@ -877,11 +877,11 @@ sub buildQuery { $_ =~ s/ / /g; # remove extra spaces $_ =~ s/^ //g; # remove any beginning spaces $_ =~ s/ $//g; # remove any ending spaces - $_ =~ s/:/=/g; # causes probs for server $_ =~ s/==/=/g; # remove double == from query } - + $query =~ s/:/=/g; + $limit =~ s/:/=/g; $query_cgi =~ s/^&//; # append the limit to the query diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc index 64fcd546ac..3d0bcc84e6 100644 --- a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc @@ -10,18 +10,18 @@