Pass the search term into the SpecialSearchResultsAppend hook
authorMarius Hoch <hoo@online.de>
Sun, 4 Oct 2015 20:44:12 +0000 (22:44 +0200)
committerMarius Hoch <hoo@online.de>
Sun, 4 Oct 2015 20:47:01 +0000 (22:47 +0200)
commitffe2a44af7dfeb16b55f8a203197d3bfc68d4787
tree811cc577430d4312f6e51ebac73b1370f46c013e
parentd21c75418d856b06dcb6307c6f01ddda40f30b3c
Pass the search term into the SpecialSearchResultsAppend hook

Very useful to do things that need to know the actual search
term (eg. to show further things related to that).

The old hook supported that as well, as documented on
https://www.mediawiki.org/wiki/Manual:Hooks/SpecialSearchResultsAppend

That hook has been re-introduced with e7551f16

Change-Id: I7ac6ad95b29f9da0802eb3340e27b8683bf9f76d
docs/hooks.txt
includes/specials/SpecialSearch.php