Bug 37386 - Highlight specific items in the holdings table when searching by barcode
Summary: Highlight specific items in the holdings table when searching by barcode
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-16 21:58 UTC by Lucas Gass (lukeg)
Modified: 2024-07-17 15:19 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.