projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dabe8b8
)
sru_z3950: facet should be stored in additionalSearchInfo MP-533
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 2 Apr 2014 18:32:43 +0000
(20:32 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 2 Apr 2014 18:32:43 +0000
(20:32 +0200)
src/filter_sru_to_z3950.cpp
patch
|
blob
|
history
diff --git
a/src/filter_sru_to_z3950.cpp
b/src/filter_sru_to_z3950.cpp
index
a4f7ebe
..
fa375d9
100644
(file)
--- 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