aaroneiche / do-want

Do Want - Open Source Gift Registry
18 stars 4 forks source link

have sorting disregard apostrophes and quotes #56

Closed aaroneiche closed 11 years ago

aaroneiche commented 11 years ago

Original author: ke...@envail.com (December 03, 2012 20:00:04)

If you could have the sorting disregard single and double quotes, that would be great.

Right now, items that start with ' or " are sorted to the very top (or very bottom) if you sort by that column. I'd like the system to ignore that and just sort by the first alphanumeric character it finds.

So...

'The Name of a Book' by John Smith "Album Name" by Loud Rock Band

should be sorted as if they were

The Name of a Book by John Smith Album Name by Loud Rock Band

Hopefully that makes sense.

Original issue: http://code.google.com/p/do-want/issues/detail?id=56

aaroneiche commented 11 years ago

From aaron.ei...@gmail.com on December 10, 2012 07:26:17 This issue was closed by revision d1d09fda12fc.