correspondents should be sorted alphanumerically and not numerically #109

Closed
opened 2023-05-22 16:06:41 +00:00 by ken_fallon · 3 comments
Collaborator

Current situation is that correspondents/index.html are shown by host id in order 1, 2, 3 etc.

droops Host ID: 1 CC-BY-NC-SA 2017-01-18
dosman Host ID: 3 CC-BY-SA 2008-05-02
Dann Host ID: 7 CC-BY-SA 2013-06-19

They should be displayed as follows:

@einebiene Host ID: 351 CC-BY-SA 2017-03-22
2BFrank Host ID: 285 CC-BY-SA 2021-01-11
A Shadowy Figure Host ID: 308 CC-BY-SA 2015-12-31

Current situation is that `correspondents/index.html` are shown by host id in order 1, 2, 3 etc. droops Host ID: 1 CC-BY-NC-SA 2017-01-18 dosman Host ID: 3 CC-BY-SA 2008-05-02 Dann Host ID: 7 CC-BY-SA 2013-06-19 They should be displayed as follows: @einebiene Host ID: 351 CC-BY-SA 2017-03-22 2BFrank Host ID: 285 CC-BY-SA 2021-01-11 A Shadowy Figure Host ID: 308 CC-BY-SA 2015-12-31
Collaborator

Just needs order by lower(h.host) although the order is slightly different.

  • 2BFrank
  • @einebiene
  • A Shadowy Figure
  • Aaressaar
  • Accipiter
    etc.
Just needs `order by lower(h.host)` although the order is slightly different. * 2BFrank * @einebiene * A Shadowy Figure * Aaressaar * Accipiter etc.
Author
Collaborator

Close enough for Jazz. Make it so.

Close enough for Jazz. Make it so.
rho_n added the
Bug Found
label 2023-06-01 18:20:28 +00:00
Collaborator

This was fixed in the updates associated with issue #145.

This issue can be closed.

This was fixed in the updates associated with issue #145. This issue can be closed.
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: rho_n/hpr_generator#109
No description provided.