Neil Kumar
10/13/2023, 12:11 AMJason Bosco
10/13/2023, 12:12 AMNeil Kumar
10/13/2023, 12:12 AMobject[]
type -- a list of dicts, can a field in the dict be used for joining?Jason Bosco
10/13/2023, 12:14 AMNeil Kumar
10/13/2023, 12:30 AMHarpreet Sangar
10/13/2023, 5:06 AMHarpreet Sangar
10/13/2023, 6:36 AMSomewhat related, is there a way to filter by the count of an array field?
And if not, can you at least filter out empty array'd documents?To achieve this you'll have to add a
bool
type field that would store if the array is empty or not.