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

Warn if MaxResults < TotalItemCount ? #132

Open
Hendy opened this issue Jan 5, 2020 · 0 comments
Open

Warn if MaxResults < TotalItemCount ? #132

Hendy opened this issue Jan 5, 2020 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@Hendy
Copy link
Owner

Hendy commented Jan 5, 2020

A new configuration and query option MaxResults has been added (since 0.38.0), this value specifies the max number of results that can be returned for a query.

There could be more potential results to return than that specified by the MaxResults value - should MaxResults default to int.MaxValue instead of 5000, and then throw an exception if TotalItemCount > MaxResults.

@Hendy Hendy added the question Further information is requested label Jan 5, 2020
@Hendy Hendy self-assigned this Jan 5, 2020
@Hendy Hendy changed the title Warn if MaxResults < results ? Warn if MaxResults < TotalItemCount ? Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant