jirutka/rsql-parser

RSQLParserException from Parse method

shadha1215 opened this issue · 1 comments

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'"

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