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

Owen Leonard <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |NEW

--- Comment #2 from Owen Leonard <[email protected]> ---
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!

-- 
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