Skip to content

Commit

Permalink
backport-fix-issue-20716
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazar65 committed Feb 1, 2019
1 parent d700436 commit 49d09cf
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 49d09cf

Please sign in to comment.