Summary: | Add item type to item search results | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Searching | Assignee: | Katrin Fischer <katrin.fischer> |
Status: | CLOSED FIXED | QA Contact: | Josef Moravec <josef.moravec> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | axel.amghar, josef.moravec, 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
|
|
Circulation function: | |||
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
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. |