Cannot Reproduce
Details
Details
Assignee
Viacheslav Kolesnyk
Viacheslav KolesnykReporter
Yauhen Viazau
Yauhen ViazauPriority
Story Points
0
Sprint
None
Development Team
Spitfire
Release
Sunflower (R1 2025)
RCA Group
TBD
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created February 26, 2025 at 10:27 AM
Updated March 10, 2025 at 9:59 PM
Resolved March 3, 2025 at 3:45 PM
Steps to reproduce:
Log in to Eureka Snapshot env (https://folio-etesting-snapshot-diku.ci.folio.org/) as an admin user
Go to “Inventory“ app
Switch to Browse
Select “Contributors“ browse option
Fill search input field with any value
Click on “Search“ button
Expected results: Results are shown in the second pane (existing contributor values).
Actual results: No results found. In DevTools,
GET /browse/contributors/instances
call fails with 400 status and the following response body:{ "errors": [ { "message": "Failed to perform multi-search operation [errors: [OpenSearch exception [type=search_phase_execution_exception, reason=all shards failed]]]", "type": "SearchServiceException", "code": "service_error", "parameters": [] } ], "total_records": 1 }
Additional information:
Also reproducible on Eureka Cypress env (https://folio-etesting-cypress-diku.ci.folio.org/)
NOT reproducible for Call number or Subject browse
Also, no option shown when expanding “Name type“ dropdown in “Name types” accordion.
GET /search/contributors/facets?facet=contributorNameTypeId&query=%28cql.allRecords%3D1%29
call fails with 500 status and the same response body as provided above.