Skip to content

Commit 49d09cf

Browse files
committed
backport-fix-issue-20716
1 parent d700436 commit 49d09cf

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Search/Adapter/Mysql/Query/Builder

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Search/Adapter/Mysql/Query/Builder/Match.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Match implements QueryInterface
2424
/**
2525
* @var string
2626
*/
27-
const SPECIAL_CHARACTERS = '+~/\\<>\'":*$#@()!,.?`=%&^';
27+
const SPECIAL_CHARACTERS = '-+~/\\<>\'":*$#@()!,.?`=%&^';
2828

2929
const MINIMAL_CHARACTER_LENGTH = 3;
3030

0 commit comments

Comments
 (0)