| a | b | |
|---|
| 87 | 87 | | if (doc.split) emit(null, doc.split); |
|---|
| 88 | 88 | | } |
|---|
| 89 | 89 | | |
|---|
| ... | |
|---|
| 90 | | - | OUTPUT OF TEMP VIEW |
|---|
| 90 | + | // OUTPUT OF TEMP VIEW |
|---|
| ... | |
|---|
| 91 | 91 | | { |
|---|
| 92 | 92 | | "total_rows": 1, |
|---|
| 93 | 93 | | "offset": 0, |
|---|
| ... | |
|---|
| 105 | 105 | | ] |
|---|
| 106 | 106 | | } |
|---|
| 107 | 107 | | |
|---|
| ... | |
|---|
| 108 | | - | OUTPUT OF SAME VIEW AFTER SAVE |
|---|
| 108 | + | // OUTPUT OF SAME VIEW AFTER SAVE |
|---|
| ... | |
|---|
| 109 | 109 | | { |
|---|
| 110 | 110 | | "total_rows": 1, |
|---|
| 111 | 111 | | "offset": 0, |
|---|
| ... | |
|---|
| 119 | 119 | | ] |
|---|
| 120 | 120 | | } |
|---|
| 121 | 121 | | |
|---|
| ... | |
|---|
| 122 | + | /* |
|---|
| ... | |
|---|
| 122 | 122 | | It seems from the above that couch is for some reason returning the splits field as an empty array. |
|---|
| 123 | 123 | | |
|---|
| 124 | 124 | | Thanks for your time on IRC already. |
|---|
| ... | |
|---|
| 126 | 126 | | Cheers |
|---|
| 127 | 127 | | |
|---|
| 128 | 128 | | John |
|---|
| ... | |
|---|
| 129 | + | */ |
|---|
| ... | |
|---|