-
-
Notifications
You must be signed in to change notification settings - Fork 813
Closed
Labels
Description
Copy-pasting from #189 (comment), since that issue is closed:
I think I found a bug. I tried to sort by middle initial in my salaries set, and many middle initials are null. The next_url gets set by Datasette to:
But then None is interpreted literally and it tries to find a name with the middle initial "None" and ends up skipping ahead to O on page 2.
Reactions are currently unavailable