[Bug 13937] Add an Elasticsearch-compatible Z39.50/SRU daemon that can inject item status MARC subfields
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13937 Ere Maijala <ere.maijala@helsinki.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #174 from Ere Maijala <ere.maijala@helsinki.fi> --- Test plan for SRU: 1. Make sure tests in t/db_dependent/Koha/Z3950Responder/GenericSession.t pass. 2. Use Elasticsearch as the search engine 3. Start the server: perl misc/z3950_responder.pl --debug 4. Check that you get an explain response with browser from http://localhost:2100/ 5. Try some searches to verify that you get results and good search queries in the output of the daemon . Examples: http://localhost:2100/biblios?operation=searchRetrieve&maximumRecords=10&recordSchema=marcxml&query=dc.author%3dsmith http://localhost:2100/biblios?operation=searchRetrieve&maximumRecords=10&recordSchema=marcxml&query=dc.title%3dnew AND dc.author%3dsmith http://localhost:2100/biblios?operation=searchRetrieve&maximumRecords=10&recordSchema=marcxml&query=dc.title+cql.eq+"new world"+AND+dc.creator=smith -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org