Details
-
Technical task
-
Resolution: Unresolved
-
None
-
None
Description
in the subdoc documentation the first example is for customer123.json
{
|
"name": "Douglas Reynholm",
|
"email": "douglas@reynholmindustries.com",
|
"addresses": {
|
"billing": {
|
"line1": "123 Any Street",
|
"line2": "Anytown",
|
"country": "United Kingdom"
|
},
|
"delivery": {
|
"line1": "123 Any Street",
|
"line2": "Anytown",
|
"country": "United Kingdom"
|
}
|
},
|
"purchases": {
|
"complete": [
|
339, 976, 442, 666
|
],
|
"abandoned": [
|
157, 42, 999
|
]
|
}
|
}
|
but later references are trying to access different document, without specifying their full json example, like "airport_1254".
the json above only used later for array prepend and append.
Reporter: Roi Katz
E-mail: roi.katz@Couchbase.com