Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to parse "/"(forward slash) in RQL #83

Open
shubhi21singh opened this issue Jun 7, 2020 · 0 comments
Open

Unable to parse "/"(forward slash) in RQL #83

shubhi21singh opened this issue Jun 7, 2020 · 0 comments

Comments

@shubhi21singh
Copy link

I tried parsing
query="and(eq(streetSuffix,/))"
using new RQLParser().parse(query);
it results in "and(eq(streetSuffix,[
]))"
I tried "and(eq(streetSuffix,\/))" but
it results in and(eq(streetSuffix,(
)))
Can anyone help me escaping the forward slash (/) ??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant