[Koha-bugs] [Bug 27198] Sync marc21-retrieval-info-auth-dom.xml with retrieval-info-auth-dom.xml

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 11 05:42:21 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27198

--- Comment #1 from David Cook <dcook at prosentient.com.au> ---
Before patch:

root at kohadevbox:koha(bug27198)$ yaz-client
unix:/var/run/koha/kohadev/authoritysocket
Connecting...OK.
Sent initrequest.
Connection accepted by v3 target.
ID     : 81
Name   : Zebra Information Server/GFS/YAZ
Version: 4.2.30 98864b44c654645bc16b2c54f822dc2e45a93031
Options: search present delSet triggerResourceCtrl scan sort extendedServices
namedResultSets
Elapsed: 0.000754
Z> base authorities
Z> format xml
Z> elements zebra::snippet
Z> find e
Sent searchRequest.
Received SearchResponse.
Search was a success.
Number of hits: 21, setno 1
SearchResult-1: term=e cnt=21
records returned: 0
Elapsed: 0.002167
Z> show 1
Sent presentRequest (1+1).
Diagnostic message(s) from database:
    [25] Specified element set name not valid for specified database -- v2
addinfo 'zebra::snippet'
nextResultSetPosition = 2
Elapsed: 0.000218
Z> exit
See you later, alligator.

After patch:

root at kohadevbox:koha(bug27198)$ yaz-client
unix:/var/run/koha/kohadev/authoritysocket
Connecting...OK.
Sent initrequest.
Connection accepted by v3 target.
ID     : 81
Name   : Zebra Information Server/GFS/YAZ
Version: 4.2.30 98864b44c654645bc16b2c54f822dc2e45a93031
Options: search present delSet triggerResourceCtrl scan sort extendedServices
namedResultSets
Elapsed: 0.000840
Z> base authorities
Z> format xml
Z> elements zebra::snippet
Z> find e
Sent searchRequest.
Received SearchResponse.
Search was a success.
Number of hits: 21, setno 1
SearchResult-1: term=e cnt=21
records returned: 0
Elapsed: 0.002212
Z> show 1
Sent presentRequest (1+1).
Records: 1
Record type: XML
<record xmlns="http://www.indexdata.com/zebra/">
  <snippet name="Any" type="w">Gontarski, S. <s>E</s></snippet>
</record>nextResultSetPosition = 2
Elapsed: 0.013929

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list