|
|
|
|
|
by hunter2_
811 days ago
|
|
And then there's sometimes a need for a "sort name" value. When I have upstream data consisting of separate first name and last name fields, my function to generate a sort name is to concatenate last name and first name, and then keep only letters. That way, apostrophes, dashes, spaces, etc. don't influence sorting whatsoever. It seems quite tricky to deduce a sort string when you're only storing full name and short name... should the user be asked to provide this? |
|