https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33092 --- Comment #13 from David Cook <dcook@prosentient.com.au> --- (In reply to Marie-Luce Laflamme from comment #12)
So, adding this feature would make life easier when you're sifting through a massive list of items (think 80+). Being able to search by title and author would be a game-changer for quickly finding what you need.
Someone suggested in Bugzilla #27690 that we could just pop a search box at the top of the list, like how it's done on the opac-course-details.pl course-reserves page. Simple and effective!
So the Course reserves work differently because they're a client-side DataTable. -- I'm thinking that we add a JOIN to the biblio table, and that should allow us to search for title and author. It looks like there's already a join for items, so it should be easy enough to search for things like barcode and itemcallnumber. Before starting on this, I'd want a clear idea of what we're going to do though. I'm thinking a "Search list" search box under "This list contains X titles" and above the toolbar beginning with "New list". Then we could take the search query and search it against a set number of database fields. We'd have to make sure that we pass the query in the pager buttons, but that should be doable. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.