fuzzysearch

Fuzzy Search now with fuzzy misspelling corrections

Mar
25

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.

Posted By aaron read more

Fuzzy search module ported to Drupal 6

Mar
07

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.

Posted By aaron read more

Make a module use a custom node template

Jan
16

On my list of 2010 New Year's todo's, not necessarily resolutions, is to start a blog here. So let's jump right in.
 
I wanted to have better search for a new project I'm working on, but I'm not quite sure I need apache solr yet. So I found a Drupal 6 version of the Fuzzy Search module and started playing around.

Posted By aaron read more
Subscribe to fuzzysearch