From e255ed546d96c2486531b83319afe3f2fd680135 Mon Sep 17 00:00:00 2001 From: SandyDatatables Date: Thu, 12 Aug 2021 10:37:02 +0000 Subject: [PATCH] dev: Fix statesaving example for fuzzy searching - was setting the threshold to true which broke things Jira Issue DD-2072 --- features/fuzzySearch/stateSaving.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/features/fuzzySearch/stateSaving.html b/features/fuzzySearch/stateSaving.html index 1d72e88..cad43e3 100644 --- a/features/fuzzySearch/stateSaving.html +++ b/features/fuzzySearch/stateSaving.html @@ -57,7 +57,6 @@ $(document).ready(function() { var table = $('#example').DataTable({ fuzzySearch: { rankColumn: 6, - threshold: true, toggleSmart: true }, stateSave: true @@ -633,7 +632,6 @@ $(document).ready(function() { var table = $('#example').DataTable({ fuzzySearch: { rankColumn: 6, - threshold: true, toggleSmart: true }, stateSave: true