change it to !include
This commit is contained in:
parent
d6088be47f
commit
7644217add
8 changed files with 43 additions and 14 deletions
|
@ -2,7 +2,7 @@
|
|||
// and the list of keys it contains
|
||||
|
||||
function(doc) {
|
||||
// include-lib
|
||||
// !include lib
|
||||
var k, keys = []
|
||||
for (k in doc) keys.push(k);
|
||||
emit(doc._id, keys);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue