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

Document required encoding of query parameters of search #2515

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/riak/kv/2.2.3/developing/api/http/search-query.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ GET /search/query/<index_name>

## Optional Query Parameters

Query parameters must be UTF-8 encoded.
Copy link
Contributor Author

@lucafavatella lucafavatella Jun 7, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not mention percent-encoding as that is part of HTTP. Wanting to be extremely explicit and complete, and wanting to avoid any misunderstandings, this shall be e.g. "Query parameters must be UTF-8 encoded, before being percent-encoded (as required by HTTP)."


* `wt` --- The [response
writer](https://cwiki.apache.org/confluence/display/solr/Response+Writers)
to be used when returning the Search payload. The currently
Expand Down