VectorGOLEM/includes
jdlrobson dce24c9784 Development: Allow us to test search with different API hosts
By default the API uses location.host as the host, however during
development it is useful to test against production wikis

For example to test against English Wikipedia:
$wgVectorSearchHost = 'en.wikipedia.org';

Note: Links when clicked will not take the user to the target page, and
instead will take the user to the search results page with a link to
create the page.

The following config can be used to workaround that page:
$wgDisableTextSearch = true;
$wgSearchForwardUrl = "/w/index.php?title=$1";

Change-Id: I5fbac7f54844d7a9d6976007bc0d0ff9938b9f2b
2020-12-08 15:22:45 -08:00
..
FeatureManagement Remove SearchInHeader requirement/feature 2020-10-28 20:05:28 +00:00
HTMLForm/Fields build: Updating mediawiki/mediawiki-codesniffer to 33.0.0 2020-11-17 23:33:50 +01:00
templates Use the SkinMustache template variable for the main page link 2020-11-16 13:18:18 -08:00
Constants.php Remove SearchInHeader requirement/feature 2020-10-28 20:05:28 +00:00
Hooks.php Development: Allow us to test search with different API hosts 2020-12-08 15:22:45 -08:00
ServiceWiring.php Remove SearchInHeader requirement/feature 2020-10-28 20:05:28 +00:00
SkinVector.php Use the SkinMustache template variable for the main page link 2020-11-16 13:18:18 -08:00
SkinVersionLookup.php [fix] "Existing account only" skin version config 2020-04-29 18:36:03 +00:00
VectorServices.php hooks: Don't use SkinVersionLookup directly 2020-08-18 11:40:48 +01:00