As an ArticlePlaceholder user I want the search integration to be enabled so that I see results while searching
Details
Blocked on T195752: Migrate search integration of ArticlePlaceholder to elastic
Task
Configure the new api based article placeholder ( See T195752#4637972 ) ArticlePlaceholderSearchIntegrationBackend and ArticlePlaceholderRepoApiUrl need settings
Set wgArticlePlaceholderSearchIntegrationEnabled to true everywhere on the WMF cluster.
This should be a staged rollout & monitored as it goes:
- Beta cluster (but not working yet)
- Prod group0
- Prod group1
- Prod all wikis
Acceptance criteria
- wgArticlePlaceholderRepoApiUrl is correctly set for all wikis
- wgArticlePlaceholderSearchIntegrationBackend for all wikis is 'API' for all wikis
- wgArticlePlaceholderSearchIntegrationEnabled should be true for all wikis
- The wgArticlePlaceholderSearchIntegrationEnabled override should no longer exist in the beta cluster -labs config file
Pointers
For non deployers this will require deployment of the patches during SWAT windows
The config can be found in the operations/mediawiki-config gerrit repo
Setting a different config value on the beta cluster will require creating an override in InitialiseSettings-labs.php
The config for production can be found in InitialiseSettings.php
Once IS.php & IS-labs.php both have the value set to true then the override in IS-labs.php can be removed.