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

[FEAT]encoded Escape Special Characters in URL before sync filters value with location #6659

Open
induang opened this issue Jan 25, 2025 · 2 comments
Labels
enhancement New feature or request needs more info

Comments

@induang
Copy link

induang commented Jan 25, 2025

Is your feature request related to a problem? Please describe.

Hi, I am currently occuried this situation:
I have a search bar and a table, I use the antd Table Component and the useTable hooks from refine/antd,
and then I typed a + in search bar, which sync with location without any URI encoding, and then I go to detail page and reback, it turns out that the + becomes a blankspace, apparently because of URI codeing something.
a video records, please check if you need.

it is bad because sometimes some email have the + too, like Alice+amazon@gmail.com, it occurs the same situation.

I read a lots of docs and blogs, I don't find the same situation and its resolution, please tell me what to do, I really think this situation is very common and we all need to fix it.

To be clear, I don't want to set syncwithlocation to false, because this feature is very awesome, and my English is not so well, so if anything of expression is bad, I apologize to you.

Describe alternatives you've considered

No response

Additional context

No response

Describe the thing to improve

useTable hoos from @refinedev/antd

@induang induang added the enhancement New feature or request label Jan 25, 2025
@induang
Copy link
Author

induang commented Jan 25, 2025

ok, I don't know how to share video on Github, please see the link: https://streamable.com/h83bxe, it expires in 2 days.

@BatuhanW
Copy link
Member

Hello @induang thanks for taking time to create issue. We will try to check it soon, but in the meantime you can chat with AI Bot to explain and find possible answers to your issue. You can find it at https://refine.dev/docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs more info
Projects
None yet
Development

No branches or pull requests

2 participants