33QacbNL5nyGcARNN1TCdk changeset

Changeset633136333139 (b)
Parent656434343666 (a)
ab
4545
4646That will get you
4747['AssemblyA','assembly',nil]
...
48-['ObjectA','part',0]
48-['ObjectB','part',0]
48-['ToolA','tool',0]
48+['AssemblyA','part',0]
48+['AssemblyA','part',0]
48+['AssemblyA','tool',0]
...
5151
5252If you do a query on startkey=['AssemblyA']&endkey['AssemblyA',{}]
...
53+
53+If you use "include_docs=true" - you will get the entire doc back when you query the view.
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- Revision 656434343666
+++ Revision 633136333139
@@ -46,8 +46,10 @@
That will get you
['AssemblyA','assembly',nil]
-['ObjectA','part',0]
-['ObjectB','part',0]
-['ToolA','tool',0]
+['AssemblyA','part',0]
+['AssemblyA','part',0]
+['AssemblyA','tool',0]
If you do a query on startkey=['AssemblyA']&endkey['AssemblyA',{}]
+
+If you use "include_docs=true" - you will get the entire doc back when you query the view.