Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can Drupal's search module search for a substring? (Partial Search)

Drupal's core search module, only searches for keywords, e.g. "sandwich". Can I make it search with a substring e.g. "sandw" and return my sandwich-results?

Maybe there is a plugin that does that?

like image 613
Dan Albey Avatar asked Apr 16 '10 15:04

Dan Albey


1 Answers

The most direct module for it is probably Fuzzy Search. I have not tried it. If you have more advanced search needs on a small to medium sized site, Search Lucene API is a fine solution. For a larger site, or truly advanced needs, Solr is the premiere solution.

like image 194
Grayside Avatar answered Oct 02 '22 09:10

Grayside