MongoDB: Add date comparison to arrayFilters
Objects of my collection have a field, that is an array of objects with one of the field being a string date { citizens: [{ name: 'John' birthday: '1993/07/13' }, { name: 'Sarah' birthday: '1996/07/13' }, { name: 'Natalia', birthday:…