iilyak commented on issue #820: Add support for queries in /{db}/_all_docs POST
URL: https://github.com/apache/couchdb/issues/820#issuecomment-363568339
 
 
   @wohali: This issue originally was about `_all_docs` only. I have an 
implementation of new endpoints `_all_docs_view_query` / 
`_desing_docs_view_query` / `_local_docs_view_query` already.
   However I am contemplating with the idea to remove `_desing_docs_view_query` 
and `_local_docs_view_query`. On the grounds that:
   1. The issue was originally about `_all_docs` only. Which indicates that 
there is probably no immediate need for `_design_docs` and `_local_docs`
   2. Adding 3 new endpoints is more verbose. Although the difference is 8 
lines or so.
   3. There are probably very few `_design` docs and user can use 
`_design_docs` endpoint directly to get them all and filter on client side. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to