The Correspondents page is sorted by the names of the hosts. This a sort that separates names which begin with capital letters from those that use lower case.
Thus (hypothetical) hosts Albert and arthur are not adjacent.
This is potentially confusing when looking up a given host by scrolling down the page.
Suggestion is to use ORDER BY lower(host) in the query.
The [Correspondents page](https://hackerpublicradio.org/correspondents/index.html) is sorted by the names of the hosts. This a sort that separates names which begin with capital letters from those that use lower case.
Thus (hypothetical) hosts *Albert* and *arthur* are not adjacent.
This is potentially confusing when looking up a given host by scrolling down the page.
Suggestion is to use `ORDER BY lower(host)` in the query.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The Correspondents page is sorted by the names of the hosts. This a sort that separates names which begin with capital letters from those that use lower case.
Thus (hypothetical) hosts Albert and arthur are not adjacent.
This is potentially confusing when looking up a given host by scrolling down the page.
Suggestion is to use
ORDER BY lower(host)in the query.Merged to main