Closed (outdated)
Project:
Search 404
Version:
7.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 Apr 2013 at 13:34 UTC
Updated:
17 May 2023 at 10:16 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
zyxware commented@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.
Comment #2
summit commentedHi,
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
Comment #3
summit commentedHi,
Sorry I think this still needs work: I see in fuzzysearch.module:
This patch adds
I get as error:
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:
Thanks a lot in advance for going into this!
Greetings, Martijn
Comment #4
anybody