Extract replacePrefixes into a static method
authordcausse <dcausse@wikimedia.org>
Mon, 19 Sep 2016 13:50:05 +0000 (15:50 +0200)
committerdcausse <dcausse@wikimedia.org>
Mon, 19 Sep 2016 14:54:06 +0000 (16:54 +0200)
commit8b890bbe1bd15a05b373ba0a4d3260f125fbb0ae
tree3844b83e19e1ff2d3a6a98ae8e4676ae22ffd6d7
parent5495ab2dd9fc154b63efe9882e46ea2f0e39985d
Extract replacePrefixes into a static method

Useful for some search engines that have a keyword that wants
to reuse this logic without building a new SearchEngine object.

Change-Id: Iee5bfd1da70b8339a98555ba062bd33b21f0b761
includes/search/SearchEngine.php