Done
Details
Assignee
Uladzislau KutarkinUladzislau KutarkinReporter
Magda ZacharskaMagda ZacharskaPriority
P2Story Points
1Sprint
NoneDevelopment Team
FirebirdRelease
Lotus (R1 2022) Bug FixRCA Group
Incomplete/missing requirementsTestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Uladzislau Kutarkin
Uladzislau KutarkinReporter
Magda Zacharska
Magda ZacharskaPriority
Story Points
1
Sprint
None
Development Team
Firebird
Release
Lotus (R1 2022) Bug Fix
RCA Group
Incomplete/missing requirements
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created March 15, 2022 at 6:19 PM
Updated June 28, 2022 at 2:13 PM
Resolved March 29, 2022 at 2:35 PM
Overview:
The request sent from UI to mod-search has hardcoded limit set to 10 and only 10 records is returned and precedingRecordsCount set to the default value (limit/2)
Steps to Reproduce:
In the lotus bugfest environment, navigate to app Inventory app
Search for PG1
Expected Results:
The form is populated with the default number of records (100) with 5 records preceding match (or missing match)
Actual Results:
Only 10 records are initially displayed:
Additional Information:
The value of the limit parameter can be left out and the default value will be used but the precedingRecordsCount should be set to 5.
For more information please see: https://github.com/folio-org/mod-search#records-browsing.
If there are less records than 100 or less than the value of the precedingRecordsCount , the backend will handle that.