Manual:Hooks/SearchGetNearMatchComplete
From MediaWiki.org
| SearchGetNearMatchComplete | |
|---|---|
| Available from version 1.16.0 A chance to modify exact-title-matches in "go" searches. |
|
Define function: |
public static function onSearchGetNearMatchComplete( $term, $title ) { ... }
|
Attach hook: |
$wgHooks['SearchGetNearMatchComplete'][] = 'MyExtensionHooks::onSearchGetNearMatchComplete'; |
| Called from: | SearchEngine.php |
For more information about attaching hooks, see Manual:Hooks.
For examples of extensions using this hook, see Category:SearchGetNearMatchComplete extensions.
Details [edit]
- $term : Search term string
- $title : Current Title object that is being returned (null if none found)