Add support for extra fields in design documents
Closed this issue · 0 comments
satabin commented
Design documents may have keys that are not part of the reserved keys and may be require
d in design functions (such as in map
functions of views). The current built-in Design
and DesignDoc
classes have no support for these extra keys and make it impossible to use this feature with the high-level API.
Adding it is necessary.