Books on Drupal
There are a few books on Drupal and they range from everything for the beginner to everything for the advanced. I have a page devoted to Drupal books that are available for purchase along with a review on each of them.
Books on DrupalThere are a few books on Drupal and they range from everything for the beginner to everything for the advanced. I have a page devoted to Drupal books that are available for purchase along with a review on each of them. |
New to Drupal?Are you new to Drupal? What is Drupal and why do you want to use this? In this video I build a Drupal website in 10 minutes. See why Drupal rocks! |
CategoryBuy Me A Beer |
Fuzzy Search Module using Quicktime Video
Submitted by Drupal Dude on Thu, 09/20/2007 - 12:09pm.
Drupal's built in search module works good out of the box. You have a simple search and advanced search where you can search users among other items. The problem I have with the built in search module is that it does not do partial word searches. How many times have you went to a site, but you can't remember how to spell a word, so you type in just the first few letters? Well this is where the Fuzzy Search module comes in to play. Not only does it provide partial word searches, but it will also try to correct minor typos. This works great if you can't remember how to spell the search term you are using. Fuzzy Search will still provide results based on some fuzzy logic. What you do lose are the advanced search features that the Drupal search module provides, but I have found that the advanced search I turn off for most of of the sites I have built. Just a simple search is what most people need, one with partial word search and typo correction is even better. The Fuzzy Search module is a separate search engine for Drupal. You can actually have both search engines running side by side, but I am not sure why you would want to do this. The video shows the module in action. I do a few partial word searches and even mistype a few words to see what it finds. |
SearchRecent comments
Drupal Related Sites |
Hi there, I am having the
Hi there,
I am having the following error message after installing Fuzzy Search on Drupal 5.7:
"Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of module_invoke_all(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in C:\wamp\www\drupal\sites\all\modules\fuzzysearch\fuzzysearch.module on line 324"
As I am complete newbee to Drupal I have no clue what does it mean...
Thanks
Hi there, I am having the
Hi there,
I am having the following error message after installing Fuzzy Search on Drupal 5.7:
"Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of module_invoke_all(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in C:\wamp\www\drupal\sites\all\modules\fuzzysearch\fuzzysearch.module on line 324"
As I am complete newbee to Drupal I have no clue what does it mean...
Thanks