Remove "related" searches
authorChad Horohoe <chadh@wikimedia.org>
Wed, 10 Sep 2014 19:22:04 +0000 (12:22 -0700)
committerChad Horohoe <chadh@wikimedia.org>
Fri, 12 Sep 2014 16:28:05 +0000 (09:28 -0700)
commita82024c637bfcc4f000cb2e947d97dcdcdb5f791
treef21b168a242f0773ee134986be7e07a567e6363d
parent9d5d3b688da8788090adeebba3ecd3d771e2ccfe
Remove "related" searches

Poorly documented and never used anywhere properly.

- No core search backend supports it.
- MWSearch implements it but we've never turned it on.
- SolrStore copies MWSearch but it doesn't even work.
- CirrusSearch doesn't bother because it's silly.

Change-Id: I8b052e8e772030fba6c361fdb2775b10a7f7a15a
includes/api/ApiQuerySearch.php
includes/search/SearchResult.php
includes/specials/SpecialSearch.php