jirutka / rsql-parser

Parser for RSQL / FIQL – query language for RESTful APIs
739 stars 156 forks source link

RSQLParserException from Parse method #43

Closed shadha1215 closed 4 years ago

shadha1215 commented 4 years ago

im using cz.jirutka.rsql:rsql-parser:2.1.0 and when i pass the string with apostrophe, it throws me an RSQLParserException. im using the parse method of RSQLParser. Any idea about this issue? Expression string like "'child’s toy'"

shadha1215 commented 4 years ago

we resolved it with escaping the quotes. so closing the ticket.