MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onSpecialSearchNogomatch (&$title) | |
This hook is called when the 'Go' feature is triggered and the target doesn't exist. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "SpecialSearchNogomatch" to register handlers implementing this interface.
Definition at line 14 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.