Allow extensions to customize the search forms. This required some cleanup and refact...
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Fri, 22 Apr 2011 16:13:58 +0000 (16:13 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Fri, 22 Apr 2011 16:13:58 +0000 (16:13 +0000)
commitce597275536c68b1f1f64332a39dcb6d1550c0e6
tree18ad02fd1a28426e88967fbb620977bfeefce32a
parent836f7951bdff111f8c3a355b584ddecf8b6850b8
Allow extensions to customize the search forms. This required some cleanup and refactoring to special:search and search engine.
Should be fully backwards compatible. Lightly tested, but only with MySQL search backend.
Introduces concept of search profiles, which replace long list of namespaces in the url.
docs/hooks.txt
includes/search/SearchEngine.php
includes/search/SearchMySQL.php
includes/specials/SpecialSearch.php