Chris@0: /** Chris@0: * Implements hook_search_preprocess(). Chris@0: */ Chris@0: function {{ machine_name }}_search_preprocess($text) { Chris@0: // Do processing on $text Chris@0: return $text; Chris@0: }