[Koha-bugs] [Bug 25277] Z3950responder does not work with Elasticsearch

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 27 12:16:49 CEST 2020


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

--- Comment #4 from Nick Clemens <nick at bywatersolutions.com> ---
(In reply to Victor Grousset/tuxayo from comment #3)
> IIUC , it's about using Koha as a Z39.50 server.
> https://wiki.koha-community.org/wiki/Setting_up_the_Z39.50_and_SRU_Server
> 
> Is it valid to test it with the same instance of Koha as a client? ^^"

Yes, you can test on your test environment

To test:
0 - Have Koha running with ES enabled
1 - Launch the z3950 responder:
    perl misc/z3950_responder.pl -c etc/z3950/ --debug
2 - Connect using yaz-client:
    yaz-client localhost:2100
3 - base biblios
4 - find bruce
5 - No results
6 - Stop the responder
7 - Apply patch
8 - Repeat
9 - This time you get results

You can also setup the localhost as a z39 search and search using the
cataloguing module

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


More information about the Koha-bugs mailing list