[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
Mon Jun 7 00:26:50 CEST 2021


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidnind.com

--- Comment #8 from David Nind <david at davidnind.com> ---
Hi David.

I had a go at testing.

Test plan:
1. yaz-client unix:/var/run/koha/kohadev/authoritysocket
2. Enter these commands (see comment #1):
   . base authorities
   . format xml
   . elements zebra::snippet
   . find e
   . show 1
3. Result = diagnostic message:
     Diagnostic message(s) from database:
        [25] Specified element set name not valid for specified database -- v2
addinfo 'zebra::snippet'
4. Apply the patch
5. Stop and restart zebra (no need to rebuild the Zebra index):
   . koha-zebra --stop kohadev
   . pkill zebrasrv
   . koha-zebra --start kohadev
6. Repeat commands in step 2.
7. Result from show 1 = XML output:
    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

I still get the results as per step 3.

The only thing I noticed is that the version information is different when you
connect - 2.0.59 instead of 4.2.30:
  root at kohadevbox:koha(bz27198)$ 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: 2.0.59/5.27.1 872b6f92a024bb53bc1c11dfeccd47f065f98238
  Options: search present delSet triggerResourceCtrl scan sort extendedServices
namedResultSets
  Elapsed: 0.002171
  Z> 

I am using koha-testing-docker.

David

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


More information about the Koha-bugs mailing list