I want to add a field in an existing document in couchbase. For an example, lets say we have below document in couchbase default bucket:
{"first_name":"Abc", "last_name":"Mno"}
Now I want to add a new field in the json document so that it becomes:
{"first_name":"Abc", "last_name":"Mno", "city":"Xyz"}
I know this feature was not available till mid of 2013 as mentioned in this post. But, it is also mentioned that Couchbase team was working on this feature. Anyone has any update about the same?