jirutka/rsql-parser

Semicolon as “AND”?

tYYGH opened this issue · 3 comments

tYYGH commented

With the semicolon already a param-separator in the HTML spec, isn’t it a problem that RSQL wants to use the semicolon as its own operator?

it should have no issue, html url encoding should handle this one.

It’s quite complicated with the reserved chars in URI, but if nothing changed since I’ve done the research, it should be okay inside query string, i.e. no encoding is necessary.

@jirutka either way, they just have to use a library to handle the conversion from String to url params. In this way, developer doesn't need to be bother by the details.