MediaWiki REL1_35
MediaWiki\Search\Hook\SearchGetNearMatchBeforeHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Search\Hook\SearchGetNearMatchBeforeHook:

Public Member Functions

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

Detailed Description

Stable to implement.

Definition at line 11 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: