Skip to content
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

Use standardized title sort and display #99

Open
GoogleCodeExporter opened this issue Mar 15, 2015 · 4 comments
Open

Use standardized title sort and display #99

GoogleCodeExporter opened this issue Mar 15, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

RWhat steps will reproduce the problem?
1. View book list
2.
3.

What is the expected output? What do you see instead?

Dawkins' book 'The Blind Watchmaker' is sorted by its first word, 'The', but 
standard library sort order would sort it by 'Blind', as though the book were 
titled without that word, and appear as 'Blind Watchmaker, The'.

What version of the product are you using? On what operating system?
Latest on Market, Android 2.1

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 9 Aug 2010 at 5:34

@GoogleCodeExporter
Copy link
Author

I think what you are referring to is not "standard," but yes, commonly used. 
Seems like the "mechanical" sort order disregarding leading articles. 

http://en.wikipedia.org/wiki/Library_catalog

"In the mechanical sort order, the first word of the title is the first sort 
term. Most new catalogs use this scheme, but still include a trace of the 
grammatical sort order: they neglect an article (The, A, etc.) at the beginning 
of the title."

We could do this for English, but there are complications for other languages 
as that article notes. 

Original comment by [email protected] on 29 Aug 2010 at 6:58

  • Changed state: Accepted
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 29 Aug 2010 at 6:58

@GoogleCodeExporter
Copy link
Author

I looked into this more and it gets tricky. What about "A is for Alibi"? and 
such, we don't know to remove the leading article then? 

More info 
http://stackoverflow.com/questions/1285849/custom-order-by-to-ignore-the

Original comment by [email protected] on 19 Oct 2010 at 3:16

@GoogleCodeExporter
Copy link
Author

At the same time we do the sort by last name, we could add a "title_sort" 
column, and we could strip articles that go in that. Still tough in some cases 
though (like "A is for Alibi"). 

Original comment by [email protected] on 19 Oct 2010 at 7:59

  • Changed state: Started

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant