Skip to content

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

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

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions