Skip to content
Discussion options

You must be logged in to vote

Yes, @Erin-Cecele is correct that you'll want the sort_as values to be unique. Otherwise Quire could sort all the "Marles" in different orders every time you preview/build the project. And the use of years along with the name, as Erin suggests, is a good solution.

There is also though a bug in how Quire is handling the sort_as values. You can fix it by going to _plugins/filters/sortReferences.js in your project, and replacing lines 34 and 35 with these two lines, which you'll see are very similar to what's there, except for an extra set of sort_as options in the middle:

let a = sortById ? itemA.sort_as || itemA.id : itemA.sort_as || itemA.full
let b = sortById ? itemB.sort_as || itemB.id : 

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@geealbers
Comment options

Answer selected by Erin-Cecele
@zsofiaj
Comment options

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