Summary: | Search does not handle the diagnosis messages properly | ||
---|---|---|---|
Product: | Koha | Reporter: | Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski> |
Component: | Z39.50 / SRU / OpenSearch Servers | Assignee: | Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | m.de.rooy, magnus |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: | Bug 39273: Ignore diagnostics messages received from BNF |
Description
Baptiste Wojtkowski (bwoj)
2025-03-07 15:15:24 UTC
Created attachment 179083 [details] [review] Bug 39273: Ignore diagnostics messages received from BNF TEST PLAN: 1 - Search on the BNF server (cf configuration hereafter) for title: "Les misérables" -> Notice the internal server error 2 - Apply patch 3 - Repeat the search -> Notice it works The patch simply ignores the diagnosis messages. There is no need to provide any feedback to the user. Configuration fro BNF server: Name : BNF-SRU-BIB Address : catalogue.bnf.fr Port : 80 Database : api/SRU user : <empty> password: <empty> Tried to recreate the error by following the test plan, but when I try to search I just get "Nothing found". No error. Could this have been fixed by another bug? Bug 37546 perhaps? Can't recreate the error. |