From 63cf78ce2d251d52d23e0b2c7a118110b7a91497 Mon Sep 17 00:00:00 2001 From: Lee Parker Date: Fri, 19 Jul 2013 11:07:45 -0500 Subject: [PATCH] Turn on regex for the search field --- www/default.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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); - } + } }); });