2
votes

I tried to modified the Search module to search also partial words. for example when I look for the word "Drupal" I want to be able to search: "drup" etc.

I tried to use the 'Fuzzy Search' module, but it is not good for me. I found a patch file to add this option to the 'Search' module in Drupal 6 here:

https://drupal.org/node/103548

but my site is in Drupal 7. Can someone give me a patch file for Drupal 7?

1

1 Answers

0
votes

You can use finder module or Apache Solr Search. But for Apache Solr Search you will need additional server configuration.