Fix: Quoted phrase plain-string queries
This commit is contained in:
parent
43b94dd4a8
commit
7a4a41e402
3 changed files with 4 additions and 1 deletions
|
|
@ -1296,7 +1296,7 @@ Multiple predicates are combined with BOOLEAN."
|
|||
(and predicate-without-args `(pred -- (list (intern pred))))
|
||||
(and plain-string `(s -- (list 'regexp s))))
|
||||
(opt (+ (syntax-class whitespace) (any)))))
|
||||
(plain-string (substring (+ (not (syntax-class whitespace)) (any))))
|
||||
(plain-string (or quoted-arg unquoted-arg))
|
||||
(predicate-with-args (substring predicate) ":" args)
|
||||
(predicate-without-args (substring predicate) ":")
|
||||
(predicate (or ,@predicates))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue