followup : auto_truncation 3287252c0
truncated words bore a double * which would create an error
This commit is contained in:
parent
e5c8244009
commit
c8ff9618cd
1 changed files with 1 additions and 1 deletions
|
@ -937,7 +937,7 @@ sub buildQuery {
|
|||
unless ( $index =~ /(st-|phr|ext)/ ) {
|
||||
#FIXME only valid with LTR scripts
|
||||
$operand=join(" ",map{
|
||||
"$_*"
|
||||
(index($_,"*")>0?"$_":"$_*")
|
||||
}split (/\s+/,$operand));
|
||||
warn $operand if $DEBUG;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue