Skip to content

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

@shubhi21singh

Description

@shubhi21singh

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 (/) ??

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions