Page MenuHomePhabricator

Store->GetInProperties does not sort
Closed, ResolvedPublic

Description

Using the RAP2 Store, and beneath it SMW_SQLStore2, calling getInProperties with a SMWRequestOption object with sort set to true does not return a sorted list of properties, i.e. using it like this

$options = new SMWRequestOptions();
$options->sort = true;
$inproperties = &smwfGetStore()->getInProperties($value, $options);


Version: unspecified
Severity: normal

Details

Reference
bz15268

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:20 PM
bzimport set Reference to bz15268.