Hello all,
I have 2 indicies, xxx
, and yyy
xxx
has documents with: {id, content, name}
yyy
has document with {id, content, name, starred }
i would like that my query should return only: name
,content
, and starred
only from yyy
index