Bug 13949

Summary: Add holding library to item search
Product: Koha Reporter: Nicole C. Engard <nengard>
Component: SearchingAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gwilliams, jonathan.druart, kyle
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:
Circulation function:
Bug Depends on: 11425    
Bug Blocks:    
Attachments: Bug 13949 - Item search should have holding library
[SIGNED-OFF] Bug 13949 - Item search should have holding library
Bug 13949 - Item search should have holding library

Description Nicole C. Engard 2015-04-02 18:08:35 UTC
Right now when you do an item search in the staff client you can only search for home library, we should have the option to search holding library too.

Nicole
Comment 1 HB-NEKLS 2015-04-03 01:53:14 UTC
I was about to look for this very bug report during my testing in 3.18.
Comment 2 Katrin Fischer 2015-04-03 07:16:44 UTC
I think you can configure it to show up additionally, but it won't offer the branches list then - you'd have to search with the branchcode (administration > items search fields)
Comment 3 Katrin Fischer 2015-04-06 20:58:38 UTC
comment#2 was meant a possible workaround - not a fix. Just to be clear :)
Comment 4 Owen Leonard 2016-08-18 15:18:06 UTC Comment hidden (obsolete)
Comment 5 Aleisha Amohia 2016-08-22 23:31:10 UTC Comment hidden (obsolete)
Comment 6 Jonathan Druart 2016-08-23 10:30:51 UTC
Created attachment 54762 [details] [review]
Bug 13949 - Item search should have holding library

This patch adds holding library ("current location") to the list of
fields available in the item search form.

To test, apply the patch and go to Search -> Item search.

- Perform a search using the "current location" option and verify that
  it returns the correct results.
- Try other searches to confirm that they work as before.

Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 7 Kyle M Hall (khall) 2016-09-09 15:15:12 UTC
Pushed to master for 16.11, thanks Owen!