JOIN Array of Strings? Hi guys, can one join two c...
# community-help
c
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
h
Hi @Carlos Yes you can have a reference field that's an array type.
c
Got it, thanks @Harpreet Sangar!