From: Adam Dickmeiss Date: Thu, 19 Sep 2013 19:00:11 +0000 (+0200) Subject: GFS: look for facets in additionalSearchInfo X-Git-Tag: v5.0.0~32^2~2 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=4b72516157f967c0bf70e1ca1e61e89a6c7daa5e GFS: look for facets in additionalSearchInfo --- diff --git a/src/seshigh.c b/src/seshigh.c index a9a3cba..d357095 100644 --- a/src/seshigh.c +++ b/src/seshigh.c @@ -2681,7 +2681,9 @@ static Z_APDU *process_searchRequest(association *assoc, request *reqb) bsrr->errcode = 0; bsrr->errstring = NULL; bsrr->search_info = NULL; - bsrr->search_input = req->otherInfo; + bsrr->search_input = req->additionalSearchInfo; + if (!bsrr->search_input) + bsrr->search_input = req->otherInfo; bsrr->present_number = *req->mediumSetPresentNumber; if (assoc->server && assoc->server->cql_transform