Select search backend by query parameter
authorChad Horohoe <chadh@wikimedia.org>
Wed, 31 Jul 2013 18:33:57 +0000 (11:33 -0700)
committerChad Horohoe <chadh@wikimedia.org>
Tue, 13 Aug 2013 00:09:01 +0000 (17:09 -0700)
commitdd21f34c054f3c6daefac505474939950c6e5c07
treede095f4eba1c03dce4b3602100f838959b85be0b
parent8b07138ca878d3252300c904db7cb901f6bcb4fc
Select search backend by query parameter

This is useful when you're doing testing of multiple search
engines and you want to compare results.

Note that it doesn't do anything for the prefix search which is ok!

Change-Id: I96a08c64ac84e93b0bec2e8b08d8943b775e68d1
includes/DefaultSettings.php
includes/api/ApiQuerySearch.php
includes/search/SearchEngine.php
includes/specials/SpecialSearch.php