diff --git a/www/default.js b/www/default.js index 265be8b0..153fee84 100644 --- a/www/default.js +++ b/www/default.js @@ -59,6 +59,10 @@ $(function() { "bPaginate": false, "bInfo": false, "bStateSave": true, + "oSearch": { + "bRegex" : true, + "bSmart": false + }, "aoColumnDefs": [ { "aTargets": ["memory", "computeunits", "storage", "ioperf"], @@ -74,7 +78,7 @@ $(function() { // because the cost duration may have changed while a filter was being // used and so some rows will need updating. change_cost(current_cost_duration); - } + } }); });