Make search terms available to template
This commit is contained in:
@@ -171,4 +171,8 @@ class PicoSearch extends AbstractPicoPlugin
|
||||
public function isLowValueWord($word) {
|
||||
return in_array(mb_strtolower($searchTerm), $this->getPluginConfig('low_value_words'));
|
||||
}
|
||||
|
||||
public function onPageRendering(&$twig, &$twigVariables, &$templateName) {
|
||||
$twigVariables['search_terms'] = $this->search_terms;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user