Hi,
I have a collection that I would like to sort by "Release date". I have added "Release date" to my list view, but still I can't use it to sort my data.
A follow up question on sorting list data in Heartcore.
How can I control the order of the items coming back, when using "byContentType" & "filter"?
client.delivery.content.filter(body, options)
// FAIL: items are not sorted by "sortOrder"
client.delivery.content.byContentType('type', options)
// SUCCESS: items are sorted by "sortOrder"
Right now, the "sortOrder" is not respected when using "filter". How can I fix this?
How to add more sorting columns
Hi, I have a collection that I would like to sort by "Release date". I have added "Release date" to my list view, but still I can't use it to sort my data.
See screenshots
Thanks
Hi again,
A follow up question on sorting list data in Heartcore.
How can I control the order of the items coming back, when using "byContentType" & "filter"?
Right now, the "sortOrder" is not respected when using "filter". How can I fix this?
Hi,
Did you ever find a solution for this?
I'm experiencing the same problem but can't find a solution anywhere.
As I see it, the sorting in the list view is pretty useless when it can't be used to sort data.
is working on a reply...