nicolas15000 opened a new issue #1836: Cloudant view still including unwanted id keys outside from the DOC URL: https://github.com/apache/couchdb/issues/1836 when querying couchdb, it is still sending bad formatted array of objects : https://jose:winds...@1c54473b-be6e-42d6-b914-d0ecae937981-bluemix.cloudant.com/footballers/_design/footballers/_view/football?include_docs=true i only want this : ``` [ {mydoc1content}, {mydoc2content} ] ``` And it currenlty gives me this : ``` [ {id:1,value:1:key:1;doc:{mydoc1content}}, {id:2,value:2:key:2;doc:{mydoc2content}} ] ``` How to only get the docs ? not the unwanted id, key and docs values ? I can't use it with angularjs cause it send badly formatted array of json, please help me.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
