r24084 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24083‎ | r24084 | r24085 >
Date:10:59, 14 July 2007
Author:vrandezo
Status:old
Tags:
Comment:
Changed display value for the value slot in the search.
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/specials/SearchTriple/SMW_SpecialSearchByAttribute.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/specials/SearchTriple/SMW_SpecialSearchByAttribute.php
@@ -59,6 +59,7 @@
6060 $valuestring = '';
6161 } else { // everything is given
6262 $wgOut->setPagetitle( $attribute->getText() . ' ' . $value->getShortHTMLText(NULL) );
 63+ $valuestring = $value->getWikiValue();
6364
6465 $options = new SMWRequestOptions();
6566 $options->limit = $limit+1;

Status & tagging log