fuzzy search


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.

Fuzzy search module ported to Drupal 6

I've just released a Drupal 6 version of the Fuzzy Search module. The module works independently of Drupal's core search, using its own index and settings.

Fuzzy means that it will return partial matches. If you search for treat, it would match treatise, treatment and treating. It also sorts results based on how accurate the match is. Treat would sore higher than treatment, becase treat matches the full keyword in your search.