Index: trunk/extensions/SemanticMediaWiki/specials/SearchTriple/SMW_SpecialSearchByProperty.php |
— | — | @@ -371,6 +371,7 @@ |
372 | 372 | if ( $greater ) $cmp = '>'; |
373 | 373 | |
374 | 374 | $querystring = '[[' . $this->propertystring . '::' . $cmp . $this->valuestring . ']]'; |
| 375 | + $params = SMWQueryProcessor::getProcessedParams( $params, array( $printrequest ) ); |
375 | 376 | $queryobj = SMWQueryProcessor::createQuery( $querystring, $params, SMWQueryProcessor::SPECIAL_PAGE, 'ul', array( $printrequest ) ); |
376 | 377 | $queryobj->querymode = SMWQuery::MODE_INSTANCES; |
377 | 378 | $queryobj->setLimit( $this->limit ); |