willholley commented on PR #4710: URL: https://github.com/apache/couchdb/pull/4710#issuecomment-1661679783
Appreciating the difficulties with augmenting existing endpoints, I think it's worth considering adding "selector" and "fields" support to the existing _all_docs, view and search endpoints. This would be consistent with the _changes and _find endpoints and provides most of the benefits of a single-index _find query, albeit with a more explicit API. It would also enable the filtering functionality for existing view/search indexes whereas Mango makes assumptions about the index key structure that hand-crafted indexes would need to replicate if _find we're to be supported for them. On Tue, 1 Aug 2023, 23:26 Robert Newson, ***@***.***> wrote: > Agreed, would be good to hear from Rich et al > > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/couchdb/pull/4710#issuecomment-1661123039>, or > unsubscribe > <https://github.com/notifications/unsubscribe-auth/AAAX365O3ZXNF4RRRIJZHXLXTFYBHANCNFSM6AAAAAA25IW4QM> > . > You are receiving this because you were mentioned.Message ID: > ***@***.***> > -- 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]
