Skip to content

Ordering entries not working #164

@AndyKing27

Description

@AndyKing27

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.
Screenshot 2020-09-23 094125

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions