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

URL escape #42

Closed
bodalot opened this issue Apr 26, 2015 · 0 comments
Closed

URL escape #42

bodalot opened this issue Apr 26, 2015 · 0 comments

Comments

@bodalot
Copy link

bodalot commented Apr 26, 2015

The URL excape feature is causing view querying to fail when dealing with complex keys that have strings in them. It produces URL's like this
_design/sales/_view/salesSorted?include_docs=true&startkey=[null,null,null,%2255084196d4c69eb1dc2f2d18%22]&endkey=[null,null,null,%2255084196d4c69eb1dc2f2d18%22]

This query will return a 200 but but no data

Please can you remove the remove the excaping all together. CouchDb will work well without escaping (the strings especially)

@bodalot bodalot changed the title URL excape URL escape Apr 26, 2015
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

No branches or pull requests

2 participants