Last modified: 2007-01-15 14:38:07 UTC
If you type a nonexistent category page in the search box and hit Enter, you see "You can or put up a request for it" (without the "create this article" link), and at the bottom it'll say the search page you're looking at is in that category. I suppose SpecialSearch.php is missing a colon somewhere.
http://en.wikipedia.org/w/index.php? title=MediaWiki:Nogomatch&diff=22525509&oldid=22062245
search [[en:Special:Allmessages]] for MediaWiki:Nogomatch It seams that the colon should be added also in CVS and or HEAD. Else image and category pages would break other wiki's / projects. Regards Reinhardt [[user:gangleri]]
It's in the code as far as i know >>> includes/SpecialSearch.php: $wgOut->addWikiText( wfMsg('nogomatch', ":$term" ) ); extensions/LuceneSearch.php: $wgOut->addWikiText( wfMsg('nogomatch', ":" . $t->getPrefixedText() ) );
related to Nogomatch: ( http://la.wiktionary.org/ ) bug 3328: Nogomatch parameter $1 returns extraneous colon
Restored bug from flood attack.
This would have been resolved when the whole "nogomatch" mess was cleaned up and "noexactmatch" was introduced.