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

后端 未结 4 792
星月不相逢
星月不相逢 2021-02-14 01:03

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 t

4条回答
  •  无人共我
    2021-02-14 01:30

    Drupal Finder does it somehow, namely: it has an autosuggest feature, so if You start typich sand it should suggest You a node containing sandwich.

提交回复
热议问题