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

Limit setting on search queries - seems hardcoded to 100 records? #291

Open
lafar6502 opened this issue Mar 13, 2024 · 2 comments
Open

Limit setting on search queries - seems hardcoded to 100 records? #291

lafar6502 opened this issue Mar 13, 2024 · 2 comments

Comments

@lafar6502
Copy link

Hi, in search functions, like InvoiceConnector.FindAsync there is a Limit parameter for setting the number of rows to be returned. But it seems that there is a limit on Limit and no matter what you set the API will return 100 records maximum.
Is this by design, and if so, can the maximum Limit be set globally somehow?
Thanks
RG

@adamelfstrom
Copy link
Collaborator

Is this also an issue when you use Limit = ApiConstants.Unlimited ?

@lafar6502
Copy link
Author

never tried, will look into this on next occasion. So far i've handled this with paging..

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

No branches or pull requests

2 participants