How To Query nested mongoDB with $or query in nested field of arrays in NodeJs
I am trying to query mongoDB collection to fetch and match a specific date range and a specific array of ids, such as brachIds, or servicesIds. I want the query if it finds this result to return it, so that…