getting ready for removing search autosuggester
regular search should still include wb item pages
// Make sure we use the same keys on repo and clients, so we can share cached objects.
$wgWBRepoSettings['sharedCacheKeyPrefix'] = $wgDBname . ':WBL/' . rawurlencode( WBL_VERSION );
- // Tell MediaWiki to search the item namespace
- // $wgNamespacesToBeSearchedDefault[WB_NS_ITEM] = true;
+ // Include Wikibase items in the regular search result by default
+ $wgNamespacesToBeSearchedDefault[WB_NS_ITEM] = true;
// the special group includes all the sites in the specialSiteLinkGroups,
// grouped together in a 'Pages linked to other sites' section.