I’m curious if anyone has set up a page that returns entries in a custom sort order, and if so how you went about doing it. So for example, instead of just orderby=“state” sort=“asc”, you actually return them based on a field like orderby=“state” but then a custom sort order (for example I need to return results by a custom order of northeastern states like ME, CT, NH, VT, etc.)
I need to do this across multiple fields and the custom ordering will change based on user input as well as other entry fields, it isn’t static.
Thanks for any thoughts!
EDIT: Oh, I’m currently using the 1.x branch of EE (am I not supposed to be posting here?), but we will be upgrading to 2.x at some point so if it’s easier there then we could wait.