From 065c2cc66b872c6964b7d31f12941f23e7f1f171 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Thu, 1 Nov 2012 21:45:48 +0000 Subject: [PATCH] Fix: Filtering wasn't correctly applying the `type` adjustments needed for the global filter. For example this meant that html was not stripped from 'html' type columns, resulting in filtering being done on html tags/attributes as well as the content. --- media/js/jquery.dataTables.js | 4 ++++ media/src/core/core.filter.js | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/media/js/jquery.dataTables.js b/media/js/jquery.dataTables.js index 53115666..ff7d2595 100644 --- a/media/js/jquery.dataTables.js +++ b/media/js/jquery.dataTables.js @@ -2259,6 +2259,10 @@ */ function _fnBuildSearchRow( oSettings, aData ) { + for ( var i=0, len=aData.length ; i