Last modified: 2009-08-21 22:43:27 UTC
Created attachment 6379 [details] 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".
Done in r53600.
*** 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.