Sorting video results by publish_date?

Avatar image for bennyboy
bennyboy

347

Forum Posts

292

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

Is anyone able to sort video search results by publish date? I've tried using the following query (using metroid prime like in the quick start guide example) in a few different orderings but none seem to work:

https://www.giantbomb.com/api/search/?api_key=[ API KEY]&format=jsonp&json_callback=callback&query="metroid prime"&resources=video&field_list=publish_date,deck,name&sort=original_release_date:desc

In fact I noticed that I can't sort by video_type either, whereas if I'm doing a normal query, sorting by either of these fields works fine. Does sorting just not work with searches or am I doing something wrong?