[Koha-bugs] [Bug 18961] New: Datatable column filters of style 'select' should do an exact match

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 20 09:55:49 CEST 2017


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 at lists.koha-community.org
          Reporter: veron at veron.ch
        QA Contact: testopia at 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-plugin-can-the-select-filter-style-support-exac

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list