Fuzzy Search now with fuzzy misspelling corrections
Using the Fuzzy Search module, misspelled search keywords now highlight the correctly spelled word in the text. Usually. It is fuzzy after all.
This is currently in the dev version only.
You can set the accuracy by choosing a minimum spelling score from 0 to 100, where 100 means no misspellings are highlighted. You do not need to reindex when you change this setting.
This provides a fuzzy spelling check by trying to replace bad (misspelled) ngrams with a wildcard. It is possible to get false matches, because the module doesn't really know what is misspelled. It's not using a dictionary, and some misspellings might be a legitimate word. For example, searching for "lable" might also highlight "table" if your spelling score is low enough.
However, these kinds of matches are likely to have lower score completeness and be sorted to the bottom of your results if your search term exists in your content.

Post new comment