Bug 24367: (RM follow-up) Syntax error correction
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
6e49d50d83
commit
9079146242
1 changed files with 1 additions and 1 deletions
|
@ -1815,7 +1815,7 @@ sub _build_initial_query {
|
|||
$params->{query_cgi} .= "&q=".uri_escape_utf8($params->{original_operand}) if $params->{original_operand};
|
||||
|
||||
#e.g. " and kw,wrdl: test"
|
||||
$params->{query_desc} .= ( $operator . ( $params->{index_plus} // q{} ) . " " . ( $params->{original_operand} // q{} );
|
||||
$params->{query_desc} .= $operator . ( $params->{index_plus} // q{} ) . " " . ( $params->{original_operand} // q{} );
|
||||
|
||||
$params->{previous_operand} = 1 unless $params->{previous_operand}; #If there is no previous operand, mark this as one
|
||||
|
||||
|
|
Loading…
Reference in a new issue