-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.2.3
-
Component/s: Querying
-
None
-
ALL
-
When execute
{ $setUnion: { [ "a", "b", "c" ], [ "b", "a", "a", "d" ] }}
or
either returns: "b", "a", "a", "d"
1. union does not work. expected result for union should include: "c", "b", "a", "d"
2. duplicated items do not removed from the result.