@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/js/datatables.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/js/datatables.js +++ a/koha-tmpl/intranet-tmpl/prog/js/datatables.js @@ -600,7 +600,7 @@ jQuery.fn.dataTable.ext.errMode = function(settings, note, message) { // Build query for the global search filter var or_query_parameters = settings.aoColumns .filter(function(col) { - return col.bSearchable + return col.bSearchable && filter != '' }) .map(function(col) { var value = filter; --