Requirement: GIVEN I access a detail record WHEN I return to the Results List THEN focus should return to the result or in the area I was on AND not return to the top of the page so that I do not scroll. This logic should apply to whether the layout is a two-pane or three-pane. Related JIRA also reported by Univ of Chicago Usability Testing Findings.
...
- A results list up to 1000 results returns exact count
- More than 1000 results returns an estimated count
- It is possible to fetch the exact count by using "limit=0"
- BUT it can a performance killer due to lack of indexes and due to required joins on multi-table searches (instance + holding + item)
- Might be useful to fetch on user request (click a "get exact count" button)
- Is it possible to configure the # of results that return an exact count before estimated count is returned (hardcoded in the module; cannot been configured per installation or tenant)
- Details: https://github.com/folio-org/raml-module-builder#estimated-totalrecords
- See also the rounding issue:
Jira Legacy server System JiraJIRA columnIds issuekey,summary,issuetype,created,updated,duedate,assignee,reporter,priority,status,resolution columns key,summary,type,created,updated,due,assignee,reporter,priority,status,resolution serverId 01505d01-b853-3c2e-90f1-ee9b165564fc key UXPROD-2623
...