#83 test that by default results are ordered by submit_time descending
Merged by mjia. Opened by mjia.
taskotron/ mjia/resultsdb update_doc  into  develop

Download 83.patch

It seems like the default sort order 'submit_time' is not documented in the API docs. I can't find anywhere mentioning how to do it.
if anyone knows, could you point to me where to go?

rebased

@mjia

I can't find anywhere mentioning how to do it.

What is the "it" you can not find out how to do? Results are ordered by date, in descending order because it makes sense from the consumer standpoint - you should usually need/want the latest result corresponding to your query. Could you elaborate on the question (and maybe spin up a ticket for it, if it's something you really want to discuss?).
The PR looks good, I'll merge it shortly.

Commit db27e744 fixes this pull-request

Pull-Request has been merged by mjia@redhat.com

What is the "it" you can not find out how to do? Results are ordered by date, in descending >order because it makes sense from the consumer standpoint - you should usually need/want

I can't find where to update the docs. It would be good if we can update the APIs docs to reflect this behaviour.

Metadata