-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
How could I sort a media.search listing result in created desc order?
$res = $cloudkey->media->search(array( 'per_page' => 6, 'page' => 1, 'fields' => array('id', 'meta.title'), 'sort' => array(array('-created')), 'query' => 'meta.title: football' ));
This code give me a "need more than 1 value to unpack" error.
If I put only one array, I've got the error: {"sort": {"0": "must be of list type"}}
I can't find any doc on this point.
Thanks.
Metadata
Metadata
Assignees
Labels
No labels