@@ -, +, @@ --- C4/Search.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/C4/Search.pm +++ a/C4/Search.pm @@ -1760,7 +1760,7 @@ sub buildQuery { $query =~ s/(?<=(st-numeric)):/=/g; $query =~ s/(?<=(st-year)):/=/g; $query =~ s/(?<=(st-date-normalized)):/=/g; - $limit =~ s/:/=/g; + $limit =~ s/:/=/; for ( $query, $query_desc, $limit, $limit_desc ) { s/ +/ /g; # remove extra spaces s/^ //g; # remove any beginning spaces --