http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13054

            Bug ID: 13054
           Summary: Allow server-side sorting by title to ignore custom
                    sets of articles to ignore
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Staff Client
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

When sorting clent-side DataTables-enhanced tables by title, it's possible to
use a custom sorting algorithm to ignore articles, based on this configuration
in datatables-strings.inc:

var CONFIG_EXCLUDE_ARTICLES_FROM_SORT = _("a an the");

...and the "anti-the" sorting code in js/datatables.js. This doesn't work with
server-side DataTables implementations, which means that sorting by title on
the circulation and patron detail pages no longer works as well as it did
before those pages were redone with AJAX datatables.

I would like to see some kind of implementation which continued to enable the
user to define articles to exclude from sorting and would work at the database
level so that AJAX datatables could be correctly sorted.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to