Page MenuHomePhabricator

Ability to attempt match in different namespace
Closed, ResolvedPublic

Description

Author: robert

Description:
Patch as per bug report.

This patch adds the option to attempt to find a match for a page in a certain namespace if an exact match isn't found, as dictated by the $wgSecondaryGoNamespace variables.

For example, if $wgSecondaryGoNamespace is 16 and namespace 16 is called 'Expression'. When you try to "Go" to "example" it would first look in the main namespace, and if that page was not found it would look for "Expresion:example".


Version: unspecified
Severity: enhancement

Attached:

Details

Reference
bz19862

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:39 PM
bzimport added a project: MediaWiki-Search.
bzimport set Reference to bz19862.
bzimport added a subscriber: Unknown Object (MLST).
  • This bug has been marked as a duplicate of bug 11380 ***

Reverted in r55456.

Per bug 11380 this should probably be using the default search namespaces or the user's search namespaces; an additional config array seems unnecessary.