Morning,
There seems to be several posts on sorting RSS feeds by one of the data fields but I can’t seem to make it work.
I have an RSS feed that looks like this:
<channel>
<item>
<link>//</link>
<title></title>
<description>/description>
<pubDate>2018-02-21T00:00:00</pubDate>
<guid> </guid>
<closingDate>2018-12-31T11:59:00</closingDate>
<advertText>
<![CDATA[
....
]]>
</advertText>
</item>
....
</channel>
and want to sort the list by closingDate
I have an RSS data source and have removed all sort options except for a Sorting by Asset Keyword Value which I’ve set as %ds__closingdate^date_format:Ymd% and use that as the default sort.
Whatever happens now the shadow assets just get displayed in order. I.e.
testjob
50578:0 20181231
50578:1 20180704
50578:2 20180703
50578:3 20180705
50578:4 20180705
…
Do I need to refer to %ds__closingdate% differently when sorting on the value as this is relative to the current asset rather than data source value?
Any ideas would be much appreciated.
Thanks.
Matrix Version:5.3.4