X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffilter_sru_to_z3950.cpp;h=fa375d9d3489915e5524108809d8b0a1eb68e0a8;hb=08044cc9a9980c950c294d0193c337b4ba0ba732;hp=a4f7ebedfd2eb8daeb0e059a1424c1c56f229751;hpb=6ca602c58dd24a3e0088e5ea91c2d4e03ab74918;p=metaproxy-moved-to-github.git diff --git a/src/filter_sru_to_z3950.cpp b/src/filter_sru_to_z3950.cpp index a4f7ebe..fa375d9 100644 --- a/src/filter_sru_to_z3950.cpp +++ b/src/filter_sru_to_z3950.cpp @@ -640,7 +640,7 @@ bool yf::SRUtoZ3950::Impl::z3950_search_request(mp::Package &package, // yaz_oi_set_facetlist not public in YAZ 4.2.66 if (sr_req->facetList) { - Z_OtherInformation **oi = &z_searchRequest->otherInfo; + Z_OtherInformation **oi = &z_searchRequest->additionalSearchInfo; yaz_oi_set_facetlist(oi, odr_en, sr_req->facetList); } #endif