From 27ddb26e8e19aa90cacf51313752f46b5cfd456f Mon Sep 17 00:00:00 2001 From: Bernardo Gonzalez Kriegel Date: Sat, 21 Sep 2013 14:44:55 -0300 Subject: [PATCH] Bug 10271: (follow-up) correct tabs Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit c6721b2fceb47f4599d092b6473323b687f9669f) Signed-off-by: Tomas Cohen Arazi --- C4/Search.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Search.pm b/C4/Search.pm index f03c86f590..587f1955e5 100644 --- a/C4/Search.pm +++ b/C4/Search.pm @@ -1404,7 +1404,7 @@ sub buildQuery { } if ($auto_truncation){ - unless ( $index =~ /,(st-|phr|ext)/ ) { + unless ( $index =~ /,(st-|phr|ext)/ ) { #FIXME only valid with LTR scripts $operand=join(" ",map{ (index($_,"*")>0?"$_":"$_*") -- 2.39.5