Unable to Filter MongoDB Documents by Nested Fields in Node.js Using Mongoose
I’m working on implementing a GET request in my Node.js application, where I need to retrieve data based on various filters provided in the request query. However, I’m facing issues with filtering documents by nested fields in MongoDB using Mongoose.
Here’s how my project model looks: