lontongcorp / feathers-couchdb

Feathers couchdb adapter service using node-cradle
MIT License
15 stars 6 forks source link

Support for view collation and include_docs #5

Open jay-jlm opened 7 years ago

jay-jlm commented 7 years ago

Let me know if this works with view collations. From my view whenever I emit using the format { _id: myReferencId } and use the include_docs feature, I get back this on the "value" nodes:

value: { _id: 'index:default:IPCA' }

but the data I need comes in the the "doc" nodes, not the "value" nodes, and those seem not to be processed/retained.