Summary: | Add a search box on OPAC search history | ||
---|---|---|---|
Product: | Koha | Reporter: | Séverine Queune <severine.queune> |
Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | david, fridolin.somers, jonathan.druart |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
This new enhancement adds a search box to the OPAC search history. It also adds options to copy, export as CSV, and print search history data.
|
Version(s) released in: |
21.05.00
|
Circulation function: | |||
Attachments: |
Bug 27728: Add a search box on OPAC Search history
Bug 27728: Add a search box on OPAC Search history Bug 27728: Add a search box on OPAC Search history |
Description
Séverine Queune
2021-02-19 08:35:22 UTC
Created attachment 117083 [details] [review] Bug 27728: Add a search box on OPAC Search history This patch makes changes to the OPAC search history DataTables configuration so that table controls appear, including search, copy, CSV, and print. The patch also makes some improvements to the checkbox interactions: The date column is now a label for the checkbox, and the "Remove selected searched" button is now disabled until a checkbox has been checked. To test, apply the patch and log into the OPAC as a user with a search history. If possible, past and current searches of both bibliographic and authority records. - On the search history page, confirm that the DataTables controls appear above each table: "Current" and "Previous" under both the "Catalog" and "Authority" tabs. - All controls should work correctly and affect only the corresponding table: Search, Clear filter, Copy, CSV, and Print. - Confirm that clicking a date in the date column checks the correct checkbox. - Confirm that toggling a checkbox correctly enables and disables the "Remove selected searches" button as well as the "Select searches to:" menu at the top of the table. Created attachment 117103 [details] [review] Bug 27728: Add a search box on OPAC Search history This patch makes changes to the OPAC search history DataTables configuration so that table controls appear, including search, copy, CSV, and print. The patch also makes some improvements to the checkbox interactions: The date column is now a label for the checkbox, and the "Remove selected searched" button is now disabled until a checkbox has been checked. To test, apply the patch and log into the OPAC as a user with a search history. If possible, past and current searches of both bibliographic and authority records. - On the search history page, confirm that the DataTables controls appear above each table: "Current" and "Previous" under both the "Catalog" and "Authority" tabs. - All controls should work correctly and affect only the corresponding table: Search, Clear filter, Copy, CSV, and Print. - Confirm that clicking a date in the date column checks the correct checkbox. - Confirm that toggling a checkbox correctly enables and disables the "Remove selected searches" button as well as the "Select searches to:" menu at the top of the table. Signed-off-by: David Nind <david@davidnind.com> Created attachment 117724 [details] [review] Bug 27728: Add a search box on OPAC Search history This patch makes changes to the OPAC search history DataTables configuration so that table controls appear, including search, copy, CSV, and print. The patch also makes some improvements to the checkbox interactions: The date column is now a label for the checkbox, and the "Remove selected searched" button is now disabled until a checkbox has been checked. To test, apply the patch and log into the OPAC as a user with a search history. If possible, past and current searches of both bibliographic and authority records. - On the search history page, confirm that the DataTables controls appear above each table: "Current" and "Previous" under both the "Catalog" and "Authority" tabs. - All controls should work correctly and affect only the corresponding table: Search, Clear filter, Copy, CSV, and Print. - Confirm that clicking a date in the date column checks the correct checkbox. - Confirm that toggling a checkbox correctly enables and disables the "Remove selected searches" button as well as the "Select searches to:" menu at the top of the table. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Search for 'a' then 'b' and filter on "span" and see: https://snipboard.io/Lx6VTt.jpg Maybe it's a global issue (if so reset to PQA). Yes it is. Pushed to master for 21.05, thanks to everybody involved! New feature not pushed to 20.11.x I feel like this reads more like an enhancement as we use this table functionalities in a lot of places already. |