Can the Drupal Search Module search for a substring?
- by Dan Albey
Drupal's core search module, only searches for th efull keyword, 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?