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

(-)a/C4/Search.pm (-1 / +1 lines)
Lines 1260-1265 sub buildQuery { Link Here
1260
                    $remove_stopwords = 0;
1260
                    $remove_stopwords = 0;
1261
                } else {
1261
                } else {
1262
                    $operands[$i] =~ s/\?/{?}/g; # need to escape question marks
1262
                    $operands[$i] =~ s/\?/{?}/g; # need to escape question marks
1263
                    $operands[$i] =~ s/"/\\"/g; # breaks CCL syntaxe
1263
                }
1264
                }
1264
                my $operand = $operands[$i];
1265
                my $operand = $operands[$i];
1265
                my $index   = $indexes[$i];
1266
                my $index   = $indexes[$i];
1266
- 

Return to bug 7518