Hi, I'm trying to do something very simple with the parent/child blockjoinquery.
I have a several child docs and a parent doc added to index in the same order. There are 3 fields + filter field for the parent doc. And 2 fields in child doc. I'm trying to get child document matching a field X : 'some value' of the parent doc and a field A : (value1 or value2 or value3) of the child doc. I tried implementing toChildBlockJoin and tried toParentBlockJoin by reversing it. I'm not able to get anything to work. I tried following exactly what mikemccandless blog says on block join queries as well. Nothing works! How should I approach this? I'd appreciate any help in this. Thanks Kia