MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onSpecialSearchNogomatch (&$title) | |
This hook is called when the 'Go' feature is triggered and the target doesn't exist. | |
Stable to implement.
Definition at line 11 of file SpecialSearchNogomatchHook.php.
MediaWiki\Hook\SpecialSearchNogomatchHook::onSpecialSearchNogomatch | ( | & | $title | ) |
This hook is called when the 'Go' feature is triggered and the target doesn't exist.
This generally comes from autocomplete search other than the main bar on Special:Search. Full text search results are generated after this hook is called.
Implemented in MediaWiki\HookContainer\HookRunner.