-
-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE_REQUEST] Sort by authors last name #125
Comments
I spent some time these weeks thinking about a clever solution for this, but I didn't find one. The first big problem is that we don't have the information about what is the first name, and what is the last name. In the OpenLibrary db, the data is stored as "author" (as it is in this app), so it uses only one field. Same if the book is written by a magazine or by any organization which is not a real person. I also think to not consider all of this, and implement anyway two fields ("First name" and "Last name") filled automatically by the splitting of the author data: if something is wrong, the user can always manually edit it. But I really don't like this approach. So, in the end, I thought that the best solution is the one we have already 😄 |
Yeah it's a lot of issues when thinking about this. The best would be if Open Library would have the data already separated by first and last name like Goodreads (I've see that it is like this in the export CSV). In the current way the decision is left to the user - however they input the authors - that is how it will be sorted. |
I'm curious to know how Goodreads handle some of the cases I mentioned above, I will check at some point. For us, I fear that we should close this issue until OpenLibrary passes us the two separate data. |
Is your feature request related to a problem? Please describe.
When sorting by author the app currently goes by first name.
Describe the solution you'd like
Please sort it by last name instead.
The text was updated successfully, but these errors were encountered: