Some requests to the BNF catalogue like hereafter one return a <diagnosis> tag, which break Koha's parsing: https://catalogue.bnf.fr/api/SRU?version=1.2&operation=searchRetrieve&query=bib.title%20any%20%22les%20mis%C3%A9rables%22
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.
Yes, this is very probably solved by related bug ! :) Not really a duplicate, but marking so *** This bug has been marked as a duplicate of bug 37546 ***