[Bug 41341] New: Some filters do not use the exact match in detail.pl
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41341 Bug ID: 41341 Summary: Some filters do not use the exact match in detail.pl Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Staff interface Assignee: koha-bugs@lists.koha-community.org Reporter: baptiste.wojtkowski@biblibre.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com Bug 40876 added an exact match constraint on column filtering. However, it looks like historically, there were such filters on itemtypes and library (option values are in the form of "^XXX$") but are not applied anymore. Steps to reproduce: 1 - Create a library with code "M" and an itemtype with code "B". 2 - Go on /cgi-bin/koha/catalogue/detail.pl?biblionumber=233 (a biblio with items from midway (MPL) and books (BK) 3 - Filter using library and itemtype created in 1 -> you will get some new filters -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41341 --- Comment #1 from Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> --- Created attachment 190057 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=190057&action=edit Bug 41341: [WIP] Reestablish exact matching on library/items Test plan 1 - Create a library with code "M" and an itemtype with code "B". 2 - Go on /cgi-bin/koha/catalogue/detail.pl?biblionumber=233 (a biblio with items from midway (MPL) and books (BK) 3 - Filter using library and itemtype created in 1 -> you will get some new filters 4 - Apply patch 5 - Test 3 again -> you should have no result anymore. 6 - Check that filters still work on libraries/items -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41341 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@gmail.com Depends on| |39011 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39011 [Bug 39011] Unable to search the holdings table (except home/holding libraries and barcode) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41341 --- Comment #2 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 190072 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=190072&action=edit Bug 41341: Do not search the description if filter is selected in the header For coded values we have a dropdown list with the list of the possible options, we should not search on the description Test plan: If you have CPL => Centerville C => CCC No items should be listed on catalogue/detail.pl?biblionumber=4 if you select Current library => 'CCC' -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org