Bug 22649

Summary: Add item type to item search results
Product: Koha Reporter: Owen Leonard <oleonard>
Component: SearchingAssignee: Katrin Fischer <katrin.fischer>
Status: CLOSED FIXED QA Contact: Josef Moravec <josef.moravec>
Severity: enhancement    
Priority: P5 - low CC: axel.amghar, josef.moravec, katrin.fischer, martin.renvoize, nick
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
19.05.00
Attachments: Bug 22649: Add itemtype to item search results and CSV file
Bug 22654: Add 'ISSN' sarch option to OPAC simple search pull down
Bug 22649: Add itemtype to item search results and CSV file
Bug 22649: Add itemtype to item search results and CSV file

Description Owen Leonard 2019-04-05 17:04:30 UTC
Item type should be a column in the table of item search results.
Comment 1 Katrin Fischer 2019-04-06 12:44:16 UTC Comment hidden (obsolete)
Comment 2 Owen Leonard 2019-04-08 13:01:39 UTC Comment hidden (obsolete)
Comment 3 Josef Moravec 2019-04-08 13:36:57 UTC
Comment on attachment 87514 [details] [review]
Bug 22654: Add 'ISSN' sarch option to OPAC simple search pull down

Looks like this patch was added accidentaly - it is for other bug.
Comment 4 axel 2019-04-10 14:25:54 UTC Comment hidden (obsolete)
Comment 5 Josef Moravec 2019-04-17 12:35:26 UTC
Created attachment 88190 [details] [review]
Bug 22649: Add itemtype to item search results and CSV file

The itemtype can be searched for in the item search form, but
it is not displayed in the result list.
This patch adds the itemtype to the display and the CSV export
file.

To test:
- Try different item searches
- Verify that the itemtype now shows in the result list
- Export to CSV
- Verify that the itemtype shows there correctly as well

Signed-off-by: Axel Amghar <axel.amghar@gmail.com>

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Comment 6 Nick Clemens 2019-04-19 14:56:21 UTC
Awesome work all!

Pushed to master for 19.05
Comment 7 Martin Renvoize 2019-04-26 14:35:36 UTC
Enhancement will not be backported to 18.11.x series.