Item type should be a column in the table of item search results.
Created attachment 87474 [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
Created attachment 87514 [details] [review] Bug 22654: Add 'ISSN' sarch option to OPAC simple search pull down To test: - Apply patch - Verify that the ISSN option shows up in the pull down for the simple search on top of the OPAC - Search for an ISSN with the new search option - Verify the correct search result shows https://bugs.koha-community.org/show_bug.cgi?id=22645 Signed-off-by: Owen Leonard <oleonard@myacpl.org>
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.
Created attachment 87724 [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>
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>
Awesome work all! Pushed to master for 19.05
Enhancement will not be backported to 18.11.x series.