jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/336738 )

Change subject: Switch to SiteMatrixInterwikiResolver for AB test
......................................................................


Switch to SiteMatrixInterwikiResolver for AB test

As long as the wiki to name map is populated cirrus will still
try and use the global variables instead of the site matrix version
for figuring out what languages map to what wikiid's. For the sister
search AB test we need the site matrix version to be used.

Change-Id: I797b40332e8d31d2b56319041793a7e238affdc8
---
M wmf-config/InitialiseSettings.php
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  jenkins-bot: Verified
  Dereckson: Looks good to me, approved



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 401be99..26024a5 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -17300,6 +17300,9 @@
                                // Enable for all buckets
                                'wgCirrusSearchNewCrossProjectPage' => true,
                                'wgCirrusSearchNumCrossProjectSearchResults' => 
1,
+                               // Disables the CirrusConfigInterwikiResolver, 
allowing
+                               // SiteMatrixInterwikiResolver to take over.
+                               'wgCirrusSearchWikiToNameMap' => [],
                        ],
                        'buckets' => [
                                // control, we explicitly hide the side bar

-- 
To view, visit https://gerrit.wikimedia.org/r/336738
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I797b40332e8d31d2b56319041793a7e238affdc8
Gerrit-PatchSet: 5
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <ebernhard...@wikimedia.org>
Gerrit-Reviewer: Dereckson <dereck...@espace-win.org>
Gerrit-Reviewer: Florianschmidtwelzow <florian.schmidt.stargatewis...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to