FuzzySearch Not Working with DataTables 2
FuzzySearch Not Working with DataTables 2
ITAppData@HomeStreet.com
Posts: 54Questions: 13Answers: 2
in DataTables
Link to test case: https://live.datatables.net/fojinega/1/edit
Debugger code (debug.datatables.net):
Error messages shown: None
Description of problem: The fuzzy search plugin seems to have stopped working. It still seems to work when using the 1.13.x builds, but with 2.0 it doesn't seem to do anything. Test case included with the toggleSmart setting to true, and the option to switch the search doesn't appear.
This question has an accepted answers - jump to answer
Answers
I switched the CDN to https://cdn.datatables.net/plug-ins/2.0.1/features/fuzzySearch/dataTables.fuzzySearch.js
rather than: https://cdn.datatables.net/plug-ins/2.0.0/features/fuzzySearch/dataTables.fuzzySearch.js
And it's working now
Yup, I updated it for the .1 release.
Allan
Hi,
It looks like there's lost functionality, at least different behavior, with the 2.0.1 plugin.
The search results do not match those from 1.10.x, and the solution set is much worse - it does not behave like fuzzy match, even missing leading characters.
I expect a fuzzy match on Mississippi to match miss but NO, it doesn't'
Thank you for a wonderful project.
The issue was between the chair and the screen.
Fuzzy search works as long as you get the right version.
Thank you.