Bug 12835

Summary: Acquisitions: Show search terms in z39.50 results
Product: Koha Reporter: Marc Véron <veron>
Component: AcquisitionsAssignee: Marc Véron <veron>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: paola.rossi, tomascohen
Version: Main   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1561
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 12835 - Acquisitions: Show search terms in z39.50 results
Bug 12835 - Acquisitions: Show search terms in z39.50 results
Bug 12835 - Acquisitions: Show search terms in z39.50 results
[PASSED QA] Bug 12835 - Acquisitions: Show search terms in z39.50 results

Description Marc Véron 2014-08-27 15:46:51 UTC
The z39.50 search results in Acquisitions should display the search terms at the top of the page, similar to z39.50 search in Cataloging.
Comment 1 Marc Véron 2014-08-28 05:27:28 UTC Comment hidden (obsolete)
Comment 2 Paola Rossi 2014-09-04 12:55:39 UTC
I've applied the patch against master 3.17.00.018

On /cgi-bin/koha/cataloguing/z3950_search.pl, 10 search fields appear in the z39.50 search form. In the 5-th row of the search table the fields "Raw (any)" and "Standard ID" are shown.

On the contrary, on /cgi-bin/koha/acqui/z3950_search.pl, in the "Order from external source" form the search fields "Raw (any)" and "Standard ID" are not shown.

The patch manages the two fields, but it can't be tested about them. 

So I pass the patch to "Failed QA" status.
Comment 3 Marc Véron 2014-09-04 13:17:32 UTC Comment hidden (obsolete)
Comment 4 Paola Rossi 2014-09-05 15:26:00 UTC Comment hidden (obsolete)
Comment 5 Katrin Fischer 2014-09-07 21:55:06 UTC
Created attachment 31442 [details] [review]
[PASSED QA] Bug 12835 - Acquisitions: Show search terms in z39.50 results

To test:

- Go to Acquisitions, select a bookshop and a basket, click 'Add to basket':'From an external source'
- Do a search
- Your search terms should display at the top of the results page.
- Repeat search with several combinations of search terms (with and without results).

- Check the output for correct html.

Fields Raw (any) and Standard ID removed / MV

Signed-off-by: Paola Rossi <paola.rossi@cineca.it>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Passes QA script, works as described, no problems found.
Comment 6 Tomás Cohen Arazi 2014-09-08 13:58:04 UTC
Patch pushed to master.

Thanks Marc!