All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Can Low Alphabet order by Last Name THEN First Name?

JIll 5 Nov 2016 22:59 question, complete

I have multiple entries in my index that have the same last name but different first names. They are all mixed up so that all the "Joe Smiths" are mixed up with the "Tom Smiths."

Currently I have the code selected to orderby="author_last_name"

But I'd love for there to be some coding convention that allows me to order first by last name, then by first name.

Is there some way to do that I'm not seeing?

Replies

  1. Low 6 Nov 2016 10:21

    Just add the field to the orderby parameter: orderby="author_last_name|author_first_name"