vanshhhhh commented on PR #6051:
URL: https://github.com/apache/couchdb/pull/6051#issuecomment-4925107653
I compiled and tested the draft PR #6051 branch locally on Windows (Python
3.13.7, Erlang OTP 29) at head commit 34c2e9a079d978bf3d5c81911046e521f52316c1.
I noticed that:
- Requests to QUERY /db/_find and QUERY /db/_partition/{partition}/_find
returned 405 Method Not Allowed with the header Allow: POST.
- Requests to QUERY /db/_explain returned 405 Method Not Allowed with the
header Allow: POST.
- Requests to QUERY /db/_index returned 405 Method Not Allowed with the
header Allow: GET,POST.
I wanted to coordinate on the planned scope:
1. Is extending QUERY method support to standard and partitioned Mango
_find routes intended to be within the scope of this PR effort?
2. Are _explain and _index routes intentionally excluded from QUERY support?
3. If help with adding the Mango subsystem integration is welcome, I would
be happy to assist.
--
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]