[Koha-bugs] [Bug 32406] Cannot search pending orders using non-latin-1 scripts

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 5 23:49:07 CET 2022


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

David Cook <dcook at prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|koha-bugs at lists.koha-commun |dcook at prosentient.com.au
                   |ity.org                     |

--- Comment #1 from David Cook <dcook at prosentient.com.au> ---
The solution to this problem is to use the "q" parameter instead of the
"x-koha-query" header.

While the "q" parameter runs the risk of creating too long of a URL, it is more
functional than the "x-koha-query" header. 

Really we should be doing POSTs to the REST API when using DataTables, but the
"good enough" fix here is to just change "header_filter" from "true" to "false"
in koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt

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


More information about the Koha-bugs mailing list