Mongodb – Mongoose $match nested array with query values or return all documents
Main task: apply tags filters for products (could be one or multiple). Need to return filtered products list with specified dietary tags in query. Product tags field is a ref to tags collection. $lookup and related stages: { $lookup: {…