> Am 07.06.2018 um 11:34 schrieb Christian Spitzlay 
> <christian.spitz...@biologis.com>:
> 
> intersect(
> cartesianProduct(tuple(fieldA=array(a,b,c,c)), fieldA, productSort="fieldA 
> asc"),
> cartesianProduct(tuple(fieldB=array(a,c)), fieldB, productSort="fieldB asc"),
> on="fieldA=fieldB"
> )
> 
> I simplified it a bit, too. I still get one document with fieldA == a.
> I would have expected three documents in the output, one with fieldA == a and 
> two with fieldB == c.

That should have read ā€žā€¦ and two with fieldA == cā€œ of course.



Reply via email to