Index: trunk/phase3/includes/specials/SpecialSearch.php |
— | — | @@ -261,7 +261,7 @@ |
262 | 262 | $wgOut->addHtml( "<div class='searchresults'>" ); |
263 | 263 | |
264 | 264 | // show direct page/create link |
265 | | - if( !is_null($t) && ($this->active=='default' || $this->active=='all') && !$search->isComplexQuery($term) ) { |
| 265 | + if( !is_null($t) && ($this->active=='default' || $this->active=='all') ) { |
266 | 266 | if( !$t->exists() ) { |
267 | 267 | $wgOut->addWikiMsg( 'searchmenu-new', wfEscapeWikiText( $t->getPrefixedText() ) ); |
268 | 268 | } else { |