Hook locations:
Hook type: action
Located in:
<?php
array(
'expr' => (string) Search query,
'total' => (int) Amount of search results
);
Hook::exec('actionSearch', [
'searched_query' => $queryString,
'total' => $count,
// deprecated since 1.7.x
'expr' => $queryString,
])