Can Drupal's search module search for a substring? (Partial Search)
- by Dan Albey
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?