I'm not seeing any option after installing Fuzzy Search.

Comments

zyxware’s picture

Status: Active » Needs review
StatusFileSize
new2.9 KB

@arphaus - The D7 version of the module does not currently support Fuzzy Search. I have created a patch based on the code in D6. This is not tested. So if you could please test this and confirm if this works we could push this to the repo. If you are a developer please feel free to make fixes and submit a patch back and I can commit that to the repo.

summit’s picture

Status: Needs review » Reviewed & tested by the community

Hi,
This add on for fuzzysearch works great! Thanks.
As Fuzzy search is already stated as supported on the module page I think this patch needs to be committed soon, right?

Greetings, Martijn

summit’s picture

Status: Reviewed & tested by the community » Needs work

Hi,

Sorry I think this still needs work: I see in fuzzysearch.module:

function fuzzysearch_form_alter(&$form, &$form_state) {
}

This patch adds

$form = drupal_get_form('fuzzysearch_form', $keys);

I get as error:

Notice: Undefined index: fuzzysearch_form in drupal_retrieve_form() (regel 764 van httpdocs/includes/form.inc

Edit: Here is stated http://drupal.stackexchange.com/questions/42498/problems-to-integrate-a-...
that The string passed to drupal_get_form() needs to be exactly the same as the function name itself
So should it be:

$form = drupal_get_form('fuzzysearch_form_ALTER', $keys);

Thanks a lot in advance for going into this!
Greetings, Martijn

anybody’s picture

Issue summary: View changes
Status: Needs work » Closed (outdated)