Skip to content
Snippets Groups Projects
Unverified Commit 81a0edd9 authored by Michael Große's avatar Michael Große
Browse files

feat(search): trigger event for search form modification

Plugins may want to offer more ways to filter the search results.
parent 4eab6f7c
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,8 @@ class Search extends Ui
$searchForm->addFieldsetClose();
trigger_event('SEARCH_FORM_DISPLAY', $searchForm);
return $searchForm->toHTML();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment