apache / couchdb

Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
https://couchdb.apache.org/
Apache License 2.0
6.28k stars 1.03k forks source link

fix stored fields in search results #5289

Closed rnewson closed 1 month ago

rnewson commented 1 month ago

Overview

a stored field (index('stored', 'foo', 'bar');) was not returned in search results and gave a 500 error instead.

Testing recommendations

covered by tests

Related Issues or Pull Requests

Checklist