Skip to content
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

Allow max record numbers to be optional #3

Open
CarlosRuiz-globalqss opened this issue Sep 8, 2020 · 1 comment
Open

Allow max record numbers to be optional #3

CarlosRuiz-globalqss opened this issue Sep 8, 2020 · 1 comment

Comments

@CarlosRuiz-globalqss
Copy link
Collaborator

At this moment the code enforces a max record numbers to be set.

I think it is good to have a default, but allows for a specific implementation to remove the max (my proposal would be setting the MSysConfig to zero).

And also for a specific query we could allow to skip the max record limit setting $top=0

@uthadehikaru
Copy link

when hit endpoint models/ without any param, the default value for $top is 0. i suggest to set $top=-1 to ignore max records size.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants