[Koha-bugs] [Bug 20212] Slowness in receiving in acquisitions

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 12 10:35:07 CET 2021


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

--- Comment #135 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 115056
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115056&action=edit
Bug 20212: Use the DT column filtering provided by the wrapper

Bug 27402 is adding it, we do not longer need the query_from_filters JS
function.

This patch also remove the filters on the left. As we have DT
remembering the filter on the table we don't need them anymore.

Technical note:
Prior to this patch, the search on biblio.author, biblio.title and
biblio.ean was done by adding hidden columns. Now we are using:
  "data": "biblio.author:biblio.title:biblio.isbn"
to tell the wrapper we are going to build a search on these 3
attributes.

The change in Orders.pm is only formatting to match what's done in
  Bug 27353: Set X-Base-Total-Count header for REST API

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


More information about the Koha-bugs mailing list