Remove undocumented and unused searchx parameter
authorChad Horohoe <chadh@wikimedia.org>
Tue, 11 Feb 2014 02:19:29 +0000 (18:19 -0800)
committerChad Horohoe <chadh@wikimedia.org>
Tue, 11 Feb 2014 18:18:04 +0000 (10:18 -0800)
It dates from early implementations of Special:Search but is
no longer used by anything anymore.

Change-Id: Ib6ed378242558aa332e453357510932310546f8b

includes/specials/SpecialSearch.php

index 588a313..37888bd 100644 (file)
@@ -105,7 +105,6 @@ class SpecialSearch extends SpecialPage {
 
                if ( $request->getVal( 'fulltext' )
                        || !is_null( $request->getVal( 'offset' ) )
-                       || !is_null( $request->getVal( 'searchx' ) )
                ) {
                        $this->showResults( $search );
                } else {