Pass interwiki option to SearchEngine
authordcausse <dcausse@wikimedia.org>
Fri, 30 Sep 2016 14:41:00 +0000 (16:41 +0200)
committerdcausse <dcausse@wikimedia.org>
Fri, 30 Sep 2016 14:53:03 +0000 (16:53 +0200)
commit179979c323aab9725fbf67cab76bca7aa8fe8a47
treed2f3feaade8e28797b5d44c2da741823bd2eb108
parent6a6f61687ac9cafefd07994635abd6b01ef0d76b
Pass interwiki option to SearchEngine

Currently interwiki result are always computed even if the client does
not request them.
Pass the option via featureData to allow SearchEngine not to run
interwiki searches when not needed.

Bug: T147003
Change-Id: I55067bc7e5d926a3e37f4d24fb8e085bd252c376
includes/api/ApiQuerySearch.php