https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14907

Katrin Fischer <katrin.fisc...@bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tomasco...@gmail.com

--- Comment #5 from Katrin Fischer <katrin.fisc...@bsz-bw.de> ---
(In reply to Owen Leonard from comment #2)
> The item search table is rendered server-side, so all sorting happens
> server-side. This eliminates some of our standard sorting methods, like
> embedding a sortable string in a title tag.
> 
> Renaming the column "cn_sort" has the right effect for the purposes of
> sorting: The column name "cn_sort" is passed to the query and the rows are
> sorted correctly by call number.
> 
> Unfortunately this breaks the column filter: "cn_sort" is an ambiguous
> column name for the purposes of the query because of biblioitems.cn_sort.
> I'm not sure if there is a good way to handle this besides adding some
> conditional code specific to these columns.
> 
> Suggestions welcome!

Hi Owen,

does that mean we should expect similar issues for date sorting for server side
rendered tables? Or is it something specific to how this table was implemented?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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