JOIN Array of Strings?
Hi guys, can one join two collections, where one of the collections contains an array of strings?
So that if the array contains 2 strings: field1: ["A", "B"]... I can retrieve, from another collection, documents where: field2: "a" and also field2: "b".
cc: @Jason Bosco