Index: trunk/phase3/includes/api/ApiQueryCategoryMembers.php |
— | — | @@ -345,8 +345,8 @@ |
346 | 346 | 'dir' => 'In which direction to sort', |
347 | 347 | 'start' => "Timestamp to start listing from. Can only be used with {$p}sort=timestamp", |
348 | 348 | 'end' => "Timestamp to end listing at. Can only be used with {$p}sort=timestamp", |
349 | | - 'startsortkey' => "Sortkey to start listing from. Can only be used with {$p}sort=sortkey", |
350 | | - 'endsortkey' => "Sortkey to end listing at. Can only be used with {$p}sort=sortkey", |
| 349 | + 'startsortkey' => "Sortkey to start listing from. Must be given in binary format. Can only be used with {$p}sort=sortkey", |
| 350 | + 'endsortkey' => "Sortkey to end listing at. Must be given in binary format. Can only be used with {$p}sort=sortkey", |
351 | 351 | 'continue' => 'For large categories, give the value retured from previous query', |
352 | 352 | 'limit' => 'The maximum number of pages to return.', |
353 | 353 | ); |