Query MongoDB with multiples filters in subarrays
I would like to all documents which the last event of category Temperatures is technicalFailure even if there are other events after this one. To give more context, the query is the result of a http request with query parameters.…