-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Description
I am combining a number of rss feeds and am using the order: "-publishedDate" option. However, neither the individual feeds or the overall combined list are being sorted correctly. I would expect the entire list to be sorted by date, but not even individual feeds are being sorted.

Config is -
$("#rssfeed").rss(
[
"https://www.cnet.com/rss/news/",
"http://feeds.bbci.co.uk/news/technology/rss.xml"
],
{
entryTemplate: '<li class="news-item"><a href="{url}">{date} : {title}</a></li>',
limit: 10,
dateFormat: "DD MMM YYYY HH:mm",
order: "-publishedDate"
}
)
Metadata
Metadata
Assignees
Labels
No labels