Bug 27690

Summary: Add search bar to OPAC for public lists
Product: Koha Reporter: Gabriel Viau <e0464747>
Component: ListsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: andrew, kch-tr.lhl-consortium, lucas, m.de.rooy, marie-luce.laflamme, marjorie.barry-vila, patrick.robitaille
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27647
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Wanted feature in opac-course-reserves.pl

Description Gabriel Viau 2021-02-11 20:56:04 UTC
Created attachment 116780 [details]
Wanted feature in opac-course-reserves.pl

Hi,

There is a search bar feature in the OPAC's course reserve page (opac-course-reserves.pl). It would be great if that same type of search bar could also be found in the public lists page (opac-shelves.pl?op=list&category=2). It should be helpful for any OPAC that has multiple pages of public lists to manage and go trough. I've added a screen shot of the desired search box.
Comment 1 Andrew Fuerste-Henry 2021-04-23 14:18:02 UTC
+1 - I'm currently looking at the OPAC of a library that's been on Koha for a long time and has nearly 700 public lists. Searching would make them much more usable.
Comment 2 Owen Leonard 2021-05-12 10:39:20 UTC
Adding a search form is easy when the table in question is a DataTable--the feature is built in, and only the table initiation needs to be changed.

It's a different story for tables which are paginated server-side. A search function which can search across all pages also has to happen server-side. I don't know enough about the lists code to know whether this is an easy task or not.
Comment 3 Katrin Fischer 2023-01-23 22:13:07 UTC
Bug 27711 asked for an option to categorize/create a tabbed display for public lists. Linking this see also as both seem to aim to improve the GUI for a big number of lists.
Comment 4 Marie-Luce Laflamme 2023-06-27 16:53:23 UTC
One of our academic library clients is also looking for a way to ease patrons search within the public lists page. As Katrin said, it makes sense to add a category on a list, the same way categories are used in the saved report page. With these, it would help to filter and target specific things (e.g., patron groups or item types or themes).