neonstalwart / mongo-rql

Convert RQL into MongoDB queries
Other
3 stars 2 forks source link

What RQL #3

Open ericrini opened 8 years ago

ericrini commented 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?

ericrini commented 8 years ago

Sorry, I see you parser is https://github.com/kriszyp/rql.