Skip to content

Unable to Search when using Special Characters in Encoded URL #30

Description

@mahirjain25

Hi Team,

I referred to the documentation, and when using the below snippet to build the query:

QueryParameters query = qsd.builder().queryEncoded(uriInfo.getRequestUri().getRawQuery()).build();

I see that when I pass certain special characters (that are URL Encoded) such as parentheses or a comma as part of the filter string, they get excluded from the actual lower level query, and the final query is thus incorrect.

Could someone help me with how this can be corrected, or confirm if it is indeed a genuine bug? It seems like #28 is a similar issue for a different special character as well.

Thanks!
Mahir

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