Fuzzy Search with ScriptCase MySql

Hi,

I would like to add fuzzy search to my SC applications and wonder if anyone has experience/recommendations on doing this.

Thanks in advance,

Lyle

This?? https://gordonlesti.com/fuzzy-fulltext-search-with-mysql/
And this http://www.artfulsoftware.com/infotree/queries.php#552
If you can code a bit then this: http://blog.lolyco.com/sean/2008/08/27/damerau-levenshtein-algorithm-levenshtein-with-transpositions/
And this: http://stackoverflow.com/questions/634995/implementation-of-levenshtein-distance-for-mysql-fuzzy-search

Google helps a lot here…

Thanks greatly. I’ll look at these.

Lyle