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 Search when using Special Characters in Encoded URL #30

Open
mahirjain25 opened this issue Mar 14, 2024 · 2 comments
Open

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

mahirjain25 opened this issue Mar 14, 2024 · 2 comments

Comments

@mahirjain25
Copy link

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

@azhar04
Copy link

azhar04 commented Mar 15, 2024

Hi @osbeorn,
Any update on this ?

@azhar04
Copy link

azhar04 commented Jul 16, 2024

Hi @osbeorn / @domenjeric / @cen1 ,
Any plans to fix this issue.
Is there any workaround for this ?

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

2 participants