https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18961 Bug ID: 18961 Summary: Datatable column filters of style 'select' should do an exact match Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: veron@veron.ch QA Contact: testopia@bugs.koha-community.org Datatable column filters of type select do not do an exact match. E.g. for a select with values 'Fiction' and 'Non-fiction', filtering after 'Fiction' will match both. To reproduce: - Apply patch of Bug 16485 - Collection column in Item search is always empty - Make sure you have collection codes 'Fiction' and 'Non-fiction' - Do an item search - Filter column 'Collection', select 'Fiction' - Result: Column contains items of both collections (Fiction and Non-fiction) Similar problems can happen for other column filters of type select as well, see: jQuery DataTable ColumnFilter plugin. Can the “select” filter style support exact match? https://stackoverflow.com/questions/9520423/jquery-datatable-columnfilter-pl... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.