40Isk42SiEdxW4yi4DuPsm changeset

Changeset656634646439 (b)
Parent333538336461 (a)
ab
8787    if (doc.split) emit(null, doc.split);
8888}
8989
...
90-OUTPUT OF TEMP VIEW
90+// OUTPUT OF TEMP VIEW
...
9191{
9292        "total_rows": 1,
9393        "offset": 0,
...
105105        ]
106106}
107107
...
108-OUTPUT OF SAME VIEW AFTER SAVE
108+// OUTPUT OF SAME VIEW AFTER SAVE
...
109109{
110110        "total_rows": 1,
111111        "offset": 0,
...
119119        ]
120120}
121121
...
122+/*
...
122122It seems from the above that couch is for some reason returning the splits field as an empty array.
123123
124124Thanks for your time on IRC already.
...
126126Cheers
127127
128128John
...
129+*/
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
--- Revision 333538336461
+++ Revision 656634646439
@@ -88,7 +88,7 @@
if (doc.split) emit(null, doc.split);
}
-OUTPUT OF TEMP VIEW
+// OUTPUT OF TEMP VIEW
{
"total_rows": 1,
"offset": 0,
@@ -106,7 +106,7 @@
]
}
-OUTPUT OF SAME VIEW AFTER SAVE
+// OUTPUT OF SAME VIEW AFTER SAVE
{
"total_rows": 1,
"offset": 0,
@@ -120,6 +120,7 @@
]
}
+/*
It seems from the above that couch is for some reason returning the splits field as an empty array.
Thanks for your time on IRC already.
@@ -127,3 +128,4 @@
Cheers
John
+*/