Bug 37386

Summary: Highlight specific items in the holdings table when searching by barcode
Product: Koha Reporter: Lucas Gass (lukeg) <lucas>
Component: CirculationAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: andrew, chanel.wheeler, gmcharlt, kyle.m.hall
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Lucas Gass (lukeg) 2024-07-16 21:58:35 UTC
The idea: 

1. Search for a barcode, 39999000000399 in k-t-d.
2. This will land you on the detail page for the record since it is an exact match. ( found1=1 )
3. Librarians would find it handy if the item with that barcode (39999000000399) was highlighted.
Comment 1 Chanel Wheeler 2024-07-17 15:01:41 UTC
+1
Comment 2 Andrew Fuerste-Henry 2024-07-17 15:19:05 UTC
Before 24.05, this could be accomplished with jQuery because the barcode for which one searched was always present in the search box on the results page. Now that barcode isn't displayed and so is not available for jQuery.