You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
Document with key "myId" and value "any3" is sometimes replaced by document with value "any4", but that's expected because of current implementation of reduce function.
When adding parameter "descending=true" to query and swapping startkey and endkey, behavior is analogous, but instead of endkey, startkey is ommited in response.
Version of BigCouch is 0.4.0-1.el6.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
We have following problem with BigCouch in our project.
View is created in database "mydb" in design document "_design/designdoc2" ("_id" and "_rev" fields were removed for better readability):
And documents exists in database ("_id" and "_rev" fields were removed for better readability):
When querying http://myhost:5984/mydb/_design/designdoc2/_view/removeDuplicatesView?group_level=1
I receive correct response:
But when querying http://myhost:5984/mydb/_design/designdoc2/_view/removeDuplicatesView?group_level=1&startkey=%5B%22value2%22%5D&endkey=%5B%22value6%22%5D
Document with key, which is endkey (["value6"] in that case) is missing:
Document with key "myId" and value "any3" is sometimes replaced by document with value "any4", but that's expected because of current implementation of reduce function.
When adding parameter "descending=true" to query and swapping startkey and endkey, behavior is analogous, but instead of endkey, startkey is ommited in response.
Version of BigCouch is 0.4.0-1.el6.
The text was updated successfully, but these errors were encountered: