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

Fix canonical query sort #130

Closed
wants to merge 1 commit into from

Conversation

stevenh
Copy link
Contributor

@stevenh stevenh commented Aug 23, 2016

The sort for the query is defined as being on the keys and not keys + values.

Switch from the custom code to the built in Query().Encode() which does the right thing once passed through a replace of + with %20.

The sort for the query is defined as being on the keys and not keys
+ values.

Switch from the custom code to the built in Query().Encode() which
does the right thing once passed through a replace of + with %20.
@stevenh
Copy link
Contributor Author

stevenh commented Aug 23, 2016

This is also fixed in #118 but its a good stand alone fix as there seems to be some reticence to merge the other PR for some reason :(

@stevenh
Copy link
Contributor Author

stevenh commented Jun 7, 2017

Closing due to lack of feedback, which has forced us to switch to an alternative implementation

@stevenh stevenh closed this Jun 7, 2017
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

Successfully merging this pull request may close these issues.

None yet

1 participant