From: Adam Dickmeiss Date: Fri, 18 Nov 2011 11:54:28 +0000 (+0100) Subject: Change diagnostic code mapping for Bib-1: "Unsupported search" X-Git-Tag: v4.2.22~7 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=5ba32ffaf5223a74bcbf95812d7002b4ef5aa4cf Change diagnostic code mapping for Bib-1: "Unsupported search" Bib-1: "Unsupported search" now maps to SRU diagnostic : "Query feature unsupported". --- diff --git a/src/srwutil.c b/src/srwutil.c index 3a35a95..e1ff5a9 100644 --- a/src/srwutil.c +++ b/src/srwutil.c @@ -842,7 +842,7 @@ Z_SRW_PDU *yaz_srw_get_pdu(ODR o, int which, const char *version) static int bib1_srw_map[] = { 1, 1, 2, 2, - 3, 11, + 3, 48, 4, 35, 5, 12, 6, 38,