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

parse GET query problem on server-side #715

Closed
Smert opened this issue Jan 20, 2015 · 2 comments
Closed

parse GET query problem on server-side #715

Smert opened this issue Jan 20, 2015 · 2 comments
Labels

Comments

@Smert
Copy link

Smert commented Jan 20, 2015

Problem with getQuery() in Navigation mixin

Query:

?history%255B0%255D%255B0%255D=pubfeed_id&history%255B0%255D%255B1%255D=1

Client-side:

{history: Array[1]}

Server-side:

{
'history%5B0%5D%5B0%5D': 'pubfeed_id',
'history%5B0%5D%5B1%5D': '1'
}

@mjackson
Copy link
Member

Can you please provide more details? What browser are you using? What does your route config look like?

A failing test case here would be invaluable! :)

mjackson added a commit that referenced this issue Mar 16, 2015
Query strings use empty brackets for encoding arrays, which has
the widest range of support among server-side frameworks.

Fixes #901
Fixes #939

May have something to do with #715
@ryanflorence
Copy link
Member

closing due to inactivity, and because queries work very differently now on master

@lock lock bot locked as resolved and limited conversation to collaborators Jan 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants