Bug 40565 - Column filters on the item search do not work
Summary: Column filters on the item search do not work
Status: Signed Off
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low normal
Assignee: Jonathan Druart
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks: 38311
  Show dependency treegraph
 
Reported: 2025-07-31 12:55 UTC by Jonathan Druart
Modified: 2025-08-01 08:16 UTC (History)
1 user (show)

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


Attachments
Bug 40565: Fix column filters on item search (6.04 KB, patch)
2025-07-31 13:02 UTC, Jonathan Druart
Details | Diff | Splinter Review
Bug 40565: Fix column filters on item search (6.09 KB, patch)
2025-08-01 08:16 UTC, David Nind
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Druart 2025-07-31 12:55:26 UTC

    
Comment 1 Jonathan Druart 2025-07-31 13:02:26 UTC
Created attachment 184924 [details] [review]
Bug 40565: Fix column filters on item search

The item search table is different from the other tables.
It is using server-side but its own way (not using the REST API).

Test plan:
Search items and filter using the column filters: collections, library,
item types, AVs, etc.

QA: I am not very happy with this patch but, feel free to suggest a
better fix!
Note that "results" was too generic and it felt better to adjust it.
Comment 2 David Nind 2025-08-01 08:16:04 UTC
Created attachment 184973 [details] [review]
Bug 40565: Fix column filters on item search

The item search table is different from the other tables.
It is using server-side but its own way (not using the REST API).

Test plan:
Search items and filter using the column filters: collections, library,
item types, AVs, etc.

QA: I am not very happy with this patch but, feel free to suggest a
better fix!
Note that "results" was too generic and it felt better to adjust it.

Signed-off-by: David Nind <david@davidnind.com>