r61152 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r61151
|
r61152
|
r61153
>
Date:
23:32, 16 January 2010
Author:
platonides
Status:
deferred
Tags:
Comment:
It isn't overriding the go search. It is only called if the default checks are unable to find anything. For overriding you need
r61150
SearchGetNearMatchBefore hook.
Modified paths:
/trunk/extensions/TitleKey/TitleKey_body.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/TitleKey/TitleKey_body.php
—
—
@@ -218,7 +218,7 @@
219
219
}
220
220
221
221
/**
222
- * Override the default 'go' search exact match checks.
222
+ * Find matching titles after the default 'go' search exact match fails.
223
223
* This'll let 'mcgee' match 'McGee' etc.
224
224
* @param string $term
225
225
* @param Title outparam &$title
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r61150
Bug 19996
(backend hooks) Finally adding the four hooks.
platonides
23:27, 16 January 2010
Status & tagging log
12:33, 24 January 2010
😂
(
talk
|
contribs
)
changed the
status
of r61152
[
removed:
new
added:
deferred]