wohali commented on issue #820: Add support for queries in /{db}/_all_docs POST
URL: https://github.com/apache/couchdb/issues/820#issuecomment-372724966
Agree with @davisp, so that'd make the full paths to the endpoints:
```
/{db}/_all_docs/queries
/{db}/_design_docs/queries
/{db}/_local_docs/queries
/{db}/_design/{ddoc}/_view/{viewname}/queries
```
We'll need to be careful with the documentation on the first and last ones.
We want to encourage use of this and mark the old endpoints as deprecated
with appropriate pointers to the new endpoints. Since the endpoint isn't being
removed *yet* we don't need the post to the mailing list:
> Whenever a change is proposed to a release branch or master that removes
or changes an existing HTTP API endpoint in a way that breaks backwards
compatibility with a released version of CouchDB, the proposed change must be
announced on the developer mailing list, and a minimum of a lazy consensus
decision is required.
The vote will come whenever we move towards a 3.0 release, and actually
remove the old endpoints.
----------------------------------------------------------------
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