I wonder if there is a grammar available which will be able to parse the query strings that are sent to Elastic Search query_string API?
The reference is here: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html#query-string-syntax
I'd prefer EBNF. I use Python currently just in case.