hi,
I am using cbl 2.0 developer preview for android.
I am having following structure :
Doc1 => {linked_docs : [doc2,doc3]}
Doc4 => {linked_docs : [doc2,doc5]}
Without creating index, is there any way to find all docs that are linked with doc2
i.e searching in array while having only one value “doc2”
My Query looks something like
Query.select()
.from(DataSource.database(db))
.where(Expression.property(LINKED_DOC)…?
what to use when having only “doc2” other than match