mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 13:03:20 +00:00
Fixes parsing with multiples text token after IN operator
This commit is contained in:
@@ -53,7 +53,12 @@ quaternary:
|
||||
// Field narrowing
|
||||
|
||||
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)
|
||||
|
Reference in New Issue
Block a user