Open ericrini opened 8 years ago
I am getting parser errors testing some of the valid RQL examples here: https://github.com/jirutka/rsql-parser.
director.lastName==Nolan;year=ge=2000
"Illegal character in query string encountered ;"
name=="Kill Bill"
"Illegal character in query string encountered \" \""
Can you help me understand if this is an active project and what RQL specification this is an implementation of?
Sorry, I see you parser is https://github.com/kriszyp/rql.
I am getting parser errors testing some of the valid RQL examples here: https://github.com/jirutka/rsql-parser.
"Illegal character in query string encountered ;"
"Illegal character in query string encountered \" \""
Can you help me understand if this is an active project and what RQL specification this is an implementation of?