diff --git a/grammar/query.pp b/grammar/query.pp index f4cc848d00..ed54b4fb28 100644 --- a/grammar/query.pp +++ b/grammar/query.pp @@ -43,7 +43,11 @@ collection_filter: ::collection:: ::colon:: string() quinary: - ( group() #group | term() ) ( ::space:: ::in:: ::space:: string() #in )? + senary() ( ::space:: ::in:: ::space:: string() #in )? + +senary: + group() #group + | term() group: ::space::? ::parenthese_:: primary() ::_parenthese:: ::space::?