You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…are) #66: 🐞 fix(FIXED: advancedResult middleware bug, removed query modifications.):
// Directly use the req.query object to construct the MongoDB query using the query builder methods. This way, we don't have to convert the object to a string and back, which can introduce unintended modifications
Describe the bug
The query param select, sort, limit and page doesn't return any data, but when you dont add any, it returns all the data.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should return whatever is the query.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: