Extension:QuickSearchLookup

Category:Extensions without a compatibility policyCategory:MIT licensed extensions
MediaWiki extensions manual
QuickSearchLookup
Release status: experimentalCategory:Experimental extensions
Implementation SearchCategory:Search extensions
Description Adds an infobox to Special:Search with some information about the first hit.
Author(s) Florian Schmidt (Florianschmidtwelzowtalk)
Latest version 0.1.0
MediaWiki 1.25+Category:Extensions with manual MediaWiki version
License MIT License
Download Category:Extensions in Wikimedia version control
Example https://en.droidwiki.org/Special:Search?search=Android&fulltext=Search
Quarterly downloads 3 (Ranked 113rd)
Translate the QuickSearchLookup extension if it is available at translatewiki.net
Category:All extensions

QuickSearchLookup is an extension that adds a new information panel on every search result page with results containing information about the first search result (e.g. page image and a short snippet of the text).

Installation

  • Download and move the extracted QuickSearchLookup folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/QuickSearchLookup
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'QuickSearchLookup' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed. Category:Search extensions
Category:All extensions Category:Experimental extensions Category:Extensions in Wikimedia version control Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:MIT licensed extensions Category:Search extensions Category:ShowSearchHitTitle extensions Category:SpecialSearchResultsAppend extensions Category:SpecialSearchSetupEngine extensions