MediaWiki master
MediaWiki\Search\Hook\SearchGetNearMatchBeforeHook Interface Reference

This is a hook handler interface, see docs/Hooks.md. More...

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

 onSearchGetNearMatchBefore ( $allSearchTerms, &$titleResult)
 Use this hook to perform exact-title-matches in "go" searches before the normal operations.
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "SearchGetNearMatchBefore" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 14 of file SearchGetNearMatchBeforeHook.php.

Member Function Documentation

◆ onSearchGetNearMatchBefore()

MediaWiki\Search\Hook\SearchGetNearMatchBeforeHook::onSearchGetNearMatchBefore ( $allSearchTerms,
& $titleResult )

Use this hook to perform exact-title-matches in "go" searches before the normal operations.

Since
1.35
Parameters
string[]$allSearchTermsArray of the search terms in all content languages
Title | null&$titleResultOutparam; the value to return
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: