remove pipe character from allowed set for unqoted term

This commit is contained in:
Bilal Catic
2020-01-23 18:14:53 +01:00
parent 265aeacf40
commit 323e815d5f
2 changed files with 1 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ macro
OPERATOR_AND (?i)and
OPERATOR_NOT (?i)not
TERM_WITH_QUOTES "([^"]*)"
TERM_WITHOUT_QUOTES [a-zA-Z0-9-_|]+
TERM_WITHOUT_QUOTES [a-zA-Z0-9-_]+
COLON \: