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

query fail with array #60

Closed
siuvdlec opened this issue May 12, 2021 · 1 comment · Fixed by #70 or #71
Closed

query fail with array #60

siuvdlec opened this issue May 12, 2021 · 1 comment · Fixed by #70 or #71
Milestone

Comments

@siuvdlec
Copy link

siuvdlec commented May 12, 2021

I have created a small example or you can check this test

Maybe it could be a solution to replace url and querystring with qs, this also fix the dependency issue for browser bundles

@gcanti gcanti added this to the 0.6 milestone May 12, 2021
@StefanoMagrassi
Copy link
Collaborator

@siuvdlec with #70 we removed the querystring and url dependencies using the standard web API URL and URLSearchParams

The example you add in your test is not a standard syntax for query parameters: if you need something like that, you should define a special codec which can handle multiple parameters.

You can find an example in the test suite (just added via #71)

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