big-r81 commented on issue #3977:
URL: https://github.com/apache/couchdb/issues/3977#issuecomment-1084272961


   Hi @ronag,
   
   I would say that your example is working like expected, but you are right it 
seems a little bit confusing and needs an optimization in the future. 
   You are accesing the `_all_docs` 
[view](https://docs.couchdb.org/en/stable/api/database/bulk-api.html#db-all-docs)
 endpoint and some [view 
parameters](https://docs.couchdb.org/en/stable/api/ddoc/views.html#db-design-design-doc-view-view-name)
 are setting default values like `inclusive_end`, which is set to true. 
   
   So you would also get `b`in your result list. Maybe you can test it with 
`?inclusive_end=false` and if `b`isn't in your result, then it is this default 
parameter...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to