mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Split grammar quinary section
This commit is contained in:
@@ -43,7 +43,11 @@ collection_filter:
|
|||||||
::collection:: ::colon:: string()
|
::collection:: ::colon:: string()
|
||||||
|
|
||||||
quinary:
|
quinary:
|
||||||
( group() #group | term() ) ( ::space:: ::in:: ::space:: string() #in )?
|
senary() ( ::space:: ::in:: ::space:: string() #in )?
|
||||||
|
|
||||||
|
senary:
|
||||||
|
group() #group
|
||||||
|
| term()
|
||||||
|
|
||||||
group:
|
group:
|
||||||
::space::? ::parenthese_:: primary() ::_parenthese:: ::space::?
|
::space::? ::parenthese_:: primary() ::_parenthese:: ::space::?
|
||||||
|
Reference in New Issue
Block a user