I want to join 3 documents
Doc A (main) has id of doc B but does not have id of doc C while doc C has id of doc A.
I have no problem in joining doc A and B.
I’m using couchbase server version 4.6
Document:
A { “id_B”: “B:001”… }
B // doesn’t matter i got no problem here
C { “id_A”: “A::001” }
Please let me know if this is possible in the version I currently running.
Thanks,
Emel