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

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

Return to bug 10271