Fixes parsing with multiples text token after IN operator

This commit is contained in:
Mathieu Darse
2015-03-31 13:29:47 +02:00
parent 18cf272805
commit d9b4667824

View File

@@ -53,7 +53,12 @@ quaternary:
// Field narrowing // Field narrowing
quinary: quinary:
senary() ( ::space:: ::in:: ::space:: string() #in )? senary() ( ::space:: ::in:: ::space:: field() #in )?
field:
<word>
| keyword()
| quoted_string()
// Field level matchers (*may* be restricted to a field subset) // Field level matchers (*may* be restricted to a field subset)