Skip to content

Commit

Permalink
ENGCOM-4082: [backport] Exceptions when search product with sku like …
Browse files Browse the repository at this point in the history
…"42-" #20876
  • Loading branch information
sivaschenko authored Feb 11, 2019
2 parents f06aa9b + f0bbf54 commit aea5b08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Match implements QueryInterface
/**
* @var string
*/
const SPECIAL_CHARACTERS = '+~/\\<>\'":*$#@()!,.?`=%&^';
const SPECIAL_CHARACTERS = '-+~/\\<>\'":*$#@()!,.?`=%&^';

const MINIMAL_CHARACTER_LENGTH = 3;

Expand Down

0 comments on commit aea5b08

Please sign in to comment.