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

API middleware mangles urlencoding in querystring #4718

Closed
davisagli opened this issue Apr 19, 2023 · 0 comments · Fixed by #4719
Closed

API middleware mangles urlencoding in querystring #4718

davisagli opened this issue Apr 19, 2023 · 0 comments · Fixed by #4719

Comments

@davisagli
Copy link
Member

Steps to reproduce:

  1. Go to https://demo.plone.org/
  2. Open the network tab in dev tools
  3. Do a search for boots & cats

Expected: volto makes a request for https://demo.plone.org/++api++/@search?SearchableText=boots %26 cats*&use_site_search_settings=1
Actual: volto makes a request for https://demo.plone.org/++api++/@search? cats*=&SearchableText=boots &use_site_search_settings=1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant