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

[APPS-3154] fix for number of file field in response #3108

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mohit-singh4
Copy link
Contributor

@mohit-singh4 mohit-singh4 commented Dec 20, 2024

https://hyland.atlassian.net/browse/APPS-3154
Here in this ticket, The "numberOfFiles" field in the GET/size-details response does not return accurate data for values exceeding 500.
The root cause appears to be the default limit of 500 in the search parameter when executing size-details for more than 500 files.
To address this issue, I made some changes by taking the value from the "NumberFound" field in the result entity, and it is now working correctly.

Copy link
Contributor

@SathishK-T SathishK-T left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@purusothaman-mm purusothaman-mm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@kavitshah-gl kavitshah-gl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks ok.

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

Successfully merging this pull request may close these issues.

5 participants