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 query parameters #5

Open
stefanjudis opened this issue Feb 1, 2014 · 0 comments
Open

Parse query parameters #5

stefanjudis opened this issue Feb 1, 2014 · 0 comments
Assignees

Comments

@stefanjudis
Copy link
Collaborator

Current behavior:

db.view(
  'emails',
  'all',
  { key : '[email protected]' }
);

makes request:

[info] [<0.4836.0>] 127.0.0.1 - - GET /foo/_design/emails/_view/all?key=hello%2540stefanjudis.de 400

Desired request:

[info] [<0.8878.0>] 127.0.0.1 - - GET /foo/_design/emails/_view/all?key=%[email protected]%22 200

Thx. 😁

@ghost ghost assigned Zoddy Feb 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants