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