You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
A collaborator reports that doing a story list with sort=mc.SORT_PUBLISH_DATE_DESC doesn't work. Sort by random and processed_stories_id do work fine. Can you check on if this works and is still supported or not? The API client says it is/was supported.
The text was updated successfully, but these errors were encountered:
The api client docs are incorrect. The API docs state that "processed_stories_id" and "random" are the only two supported sort orders.
From what you described earlier, it seems like this would be pretty essential for the collaborator's work. @pypt / @jtotoole -- any idea of how much effort would be involved in supporting a date asc/desc sort order on this endpoint?
That wouldn't be a particularly hard change, a day of work with tests I suppose. How important / urgent is it in relation to other things currently on my plate (given that quite a bit of Perl is involved in the change)?
A collaborator reports that doing a story list with
sort=mc.SORT_PUBLISH_DATE_DESC
doesn't work. Sort byrandom
andprocessed_stories_id
do work fine. Can you check on if this works and is still supported or not? The API client says it is/was supported.The text was updated successfully, but these errors were encountered: