https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25277
--- Comment #4 from Nick Clemens <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
