https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38827 --- Comment #1 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 176147 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=176147&action=edit Bug 38827: DataTables - Do not filter when inputs lose focus On a table using DataTables and the REST API wrapper with the column filters, if one input is used to filter the table the query will be made twice: when the user stopped typing and when the input will lose the focus. Test plan: Search for patron Open the dev console, "Network" tab In the "Card" column filter enter "0000" Notice that the table is filtered and that a request has been made Click outside of the "Card" input => Without this patch another request (the same) is made and the table updated => With this patch applied no request is made when the input loses the focus. -- You are receiving this mail because: You are watching all bug changes.