-
-
Notifications
You must be signed in to change notification settings - Fork 546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default page value or limit is pagination #213
Comments
according to #114 I'm thinking about always sending a response with pagination by default |
@zMotivat0r cool :) want some help? |
Sure. I need to prioritize issues this week someday somehow :( |
@zMotivat0r ahh man, too busy? Know the feeling 😂 no time for OSS |
@zMotivat0r is this still something that needs attention? We have run into this and were wanting to dive in and help out. |
I'm planning to return paginated values always by default with the option of fallback to what we have now, something like |
|
@zMotivat0r is there a doc somewhere that goes over setting this up locally to contirbute? I've got docker-compose running and have done a |
@jdguzman
yep |
@zMotivat0r yeah ok the steps in that wiki are what I was following but I get resolution errors. I'll paste the output here, but is there a gitter or some other form of communication you prefer?
|
@zMotivat0r I was able to get everything setup. Not sure what was happening but I trashed the repo and recloned and all was good. I'm going to look into putting a PR together for this. |
…ation default BREAKING CHANGE: getManyBase now returns a paginated result by default unless opted out by setting `alwaysPaginate: false` re nestjsx#213
…ation default BREAKING CHANGE: getManyBase now returns a paginated result by default unless opted out by setting `alwaysPaginate: false` re nestjsx#213
…ation default BREAKING CHANGE: getManyBase now returns a paginated result by default unless opted out by setting `alwaysPaginate: false` re nestjsx#213
…ation default BREAKING CHANGE: getManyBase now returns a paginated result by default unless opted out by setting `alwaysPaginate: false` re nestjsx#213
…ation default BREAKING CHANGE: getManyBase now returns a paginated result by default unless opted out by setting `alwaysPaginate: false` re nestjsx#213
…ation default BREAKING CHANGE: getManyBase now returns a paginated result by default unless opted out by setting `alwaysPaginate: false` re nestjsx#213
When setting a default limit (global config) I expected to get a paginated response back. However I get a limited list of 10 items and no pagination. I have to specify a page query parameter in order for the pagination response to display.
Should we:
The text was updated successfully, but these errors were encountered: