jenkins-bot has submitted this change and it was merged.
Change subject: Don't request pageprops for mobile search/nearby on wikidata
......................................................................
Don't request pageprops for mobile search/nearby on wikidata
If we include pageprops but don't specify which ones we want,
then we get them all, including displaytitle.
afaik, removing for wikidata it is unproblematic.
Bug: T120197
Change-Id: I736a8e3361e35c8bfd63ff9880f8cb73afcc20dc
---
M wmf-config/InitialiseSettings.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Thcipriani: Looks good to me, approved
Jdlrobson: Looks good to me, but someone else must approve
jenkins-bot: Verified
diff --git a/wmf-config/InitialiseSettings.php
b/wmf-config/InitialiseSettings.php
index 3d9e893..15fa949 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -13585,7 +13585,7 @@
'wmgMFQueryPropModules' => array(
// workaround for T125672
'default' => array( 'pageprops' ),
- 'wikidata' => array( 'pageprops', 'pageterms' ),
+ 'wikidata' => array( 'pageterms' ),
),
'wmgMFSearchAPIParams' => array(
// workaround for T125672, though also fixes T120197
--
To view, visit https://gerrit.wikimedia.org/r/268208
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I736a8e3361e35c8bfd63ff9880f8cb73afcc20dc
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Aude <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: Thcipriani <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits