Uploaded image for project: 'mod-circulation-storage'
  1. mod-circulation-storage
  2. CIRCSTORE-210

Requests -Filtering by Request Type returns (Total Records = 1000) when there are more

    XMLWordPrintable

Details

    • CP: sprint 92
    • Core: Platform

    Description

      This issue can be observed in Fameflower Bugfest environment and Goldenrod Bugfest

      Filtering of Requests by any Request Type shows Total Records found = 1000 although there are more when querying the db directly

      URL to bugest where this is observed:
      https://bugfest.folio.ebsco.com/requests?filters=requestType.Page&sort=Request%20date

      API Call
      https://okapi-bugfest.folio.ebsco.com/circulation/requests?limit=100&query=%28requestType%3D%22Page%22%29%20sortby%20requestDate

      Response shows – "totalRecords" : 1000

      Direct DB Query shows that there are more than 1000 records for each of the request types

      For example:
      select count(*) from fs09000000_mod_circulation_storage.request where jsonb->>'requestType'='Hold'

      These are the counts observed from the db
      Page = 3457
      Hold=10,656
      Recall =12,395

      TestRail: Results

        Attachments

          Issue Links

            Activity

              People

                julianladisch Julian Ladisch
                cgodfrey Carole Godfrey
                Votes:
                0 Vote for this issue
                Watchers:
                6 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  TestRail: Runs

                    TestRail: Cases