You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorting in collections does not work correctly on the following types:
Integers and floats get sorted alphabetically (0 > 100 > 15)
Timestamps seem to work fine most of the time but not when old dates are mixed in (03/01/1970 > 31/05/2023 > 14/03/2023). Maybe these are also sorted alphabetically.
Resource Arrays seem to be sorted only on length but should probably also be sorted alphabetically within each length group (preferably on the Resource title but at the very least on its subject).
Sorting by string works pretty well, but:
The text was updated successfully, but these errors were encountered: