GitHub user iilyak opened a pull request:
https://github.com/apache/couchdb-fabric/pull/44
Filter out non-requested keys
It is possible that either keys in a view or keys in the request contain
invisible characters. This would mean that the requested keys and keys
in the result set are different.
We need to filter out the result set to remove keys which are not
requested.
COUCHDB-2932
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cloudant/couchdb-fabric
2932-filter-out-non-requested-keys
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-fabric/pull/44.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #44
----
commit 82654e584222bc475fe46670d3275c335939da88
Author: ILYA Khlopotov <[email protected]>
Date: 2016-03-23T14:47:09Z
Filter out non-requested keys
It is possible that either keys in a view or keys in the request contain
invisible characters. This would mean that the requested keys and keys
in the result set are different.
We need to filter out the result set to remove keys which are not
requested.
COUCHDB-2932
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---