janboddez / feed-reader

A very simple feed reader plugin for WordPress
https://feedreader.site
GNU General Public License v3.0
11 stars 0 forks source link

In the feeds table, show feeds with errors first #20

Closed janboddez closed 1 year ago

janboddez commented 1 year ago

This is working since https://github.com/janboddez/feed-reader/commit/582789664c4606db714b481746ec0d1faa82fb98, but we should still get rid of the REGEXP_REPLACE() in order to support older DB versions.

We can just sort by name instead, then fall back to the "raw" URL, I guess.