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

Ere Maijala <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Failed QA                   |Signed Off

--- Comment #174 from Ere Maijala <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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/

Reply via email to