-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
use getCount() instead of getTotalCount() for BatchListing #2715
Conversation
All contributors have signed the CLA ✍️ ✅ |
@hethehe the feature is only partly tested in index generation. can you add another test? please also sign the cla (we changed the CLA workflow and it has to be resigned now) |
…for BatchListing I have read the CLA Document and I hereby sign the CLA
Busy day yesterday... |
I have read the CLA Document and I hereby sign the CLA |
@hethehe ok, I'll check then |
@hethehe tests added |
Quality Gate passedIssues Measures |
@hethehe many thanks :) |
use getCount() instead of getTotalCount() for BatchListing because getTotalCount ignores limit and offset.