View | Details | Raw Unified | Return to bug 10271
Collapse All | Expand All

(-)a/C4/Search.pm (-2 / +1 lines)
Lines 1405-1411 sub buildQuery { Link Here
1405
                }
1405
                }
1406
1406
1407
                if ($auto_truncation){
1407
                if ($auto_truncation){
1408
					unless ( $index =~ /,(st-|phr|ext)/ ) {
1408
                        unless ( $index =~ /,(st-|phr|ext)/ ) {
1409
						#FIXME only valid with LTR scripts
1409
						#FIXME only valid with LTR scripts
1410
						$operand=join(" ",map{
1410
						$operand=join(" ",map{
1411
											(index($_,"*")>0?"$_":"$_*")
1411
											(index($_,"*")>0?"$_":"$_*")
1412
- 

Return to bug 10271