[GitHub] iilyak commented on issue #820: Add support for queries in /{db}/_all_docs POST

2018-03-13 Thread GitBox
iilyak commented on issue #820: Add support for queries in /{db}/_all_docs POST URL: https://github.com/apache/couchdb/issues/820#issuecomment-372874974 +1 This is an automated message from the Apache Git Service. To respond

[GitHub] iilyak commented on issue #820: Add support for queries in /{db}/_all_docs POST

2018-02-06 Thread GitBox
iilyak commented on issue #820: Add support for queries in /{db}/_all_docs POST URL: https://github.com/apache/couchdb/issues/820#issuecomment-363618280 > Why is one better than the other? 1. With one to one mapping between request and response the client library for static language

[GitHub] iilyak commented on issue #820: Add support for queries in /{db}/_all_docs POST

2018-02-06 Thread GitBox
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` /

[GitHub] iilyak commented on issue #820: Add support for queries in /{db}/_all_docs POST

2018-02-06 Thread GitBox
iilyak commented on issue #820: Add support for queries in /{db}/_all_docs POST URL: https://github.com/apache/couchdb/issues/820#issuecomment-363460739 @ricellis Which one is preferable in terms of support in libraries and OpenAPI Specification: - `_all_docs/_query` /

[GitHub] iilyak commented on issue #820: Add support for queries in /{db}/_all_docs POST

2018-02-06 Thread GitBox
iilyak commented on issue #820: Add support for queries in /{db}/_all_docs POST URL: https://github.com/apache/couchdb/issues/820#issuecomment-363455322 Thank you @wohali This is an automated message from the Apache Git

[GitHub] iilyak commented on issue #820: Add support for queries in /{db}/_all_docs POST

2018-02-05 Thread GitBox
iilyak commented on issue #820: Add support for queries in /{db}/_all_docs POST URL: https://github.com/apache/couchdb/issues/820#issuecomment-363143122 This introduces a problem with API consistency. Because the response schema changes depending on what is POSTed. This makes it quite hard