pgj opened a new pull request, #4659: URL: https://github.com/apache/couchdb/pull/4659
Indexable fields from selectors are not de-duplicated when collected. This means that every time when the same field is referenced in the selector, it will be added to the result. This does not sound like a good practice in general, but addressing it would also make the implementation consistent with that of the view indexes. In addition to all these, the change could help with exposing this information more cleanly when guiding the user in composing better queries. ## Checklist - [ ] Code is written and works correctly - [ ] Changes are covered by tests -- 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]
