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
I got a request to disable the pagination if some query is passed through the URL, so would be awesome if mongoose-paginate had this feature. I thought in something like this:
letoptions={"page" : 1,"limit" : 10,"active" : false}// active default is true
I got a request to disable the pagination if some query is passed through the URL, so would be awesome if mongoose-paginate had this feature. I thought in something like this:
I simply don't want to do this:
Thanks
The text was updated successfully, but these errors were encountered: