Extract main search result rendering from SpecialSearch
authorErik Bernhardson <ebernhardson@wikimedia.org>
Wed, 16 Nov 2016 23:41:16 +0000 (15:41 -0800)
committerErik Bernhardson <ebernhardson@wikimedia.org>
Tue, 17 Jan 2017 23:57:40 +0000 (15:57 -0800)
commita0936780bb089f119fa1e11621a92facbe9f8718
tree90eb39387aa617078a86654deb0635e98fbcce08
parentf4ed4cd93907bd4ff0fd3490daaad5ce7bbbba28
Extract main search result rendering from SpecialSearch

Has a pre-existing problem related to the link offset of secondary
inline results. Specifically the offset of secondary inline starts
at the provided offset, even though there may be primary results
displayed above it.

Bug: T150390
Change-Id: Id1d6b357f45a2cf615d9412cc95dd597c724e8b6
autoload.php
includes/specials/SpecialSearch.php
includes/widget/search/BasicSearchResultSetWidget.php [new file with mode: 0644]
includes/widget/search/InterwikiSearchResultSetWidget.php [new file with mode: 0644]
includes/widget/search/SearchResultWidget.php