upenndigitalscholarship / deep

MIT License
3 stars 1 forks source link

In Work View, sorting not quite right #230

Open ZacharyLesser opened 1 month ago

ZacharyLesser commented 1 month ago

In Work View, the site sorts results by Author. This is working.

BUT: it should sort secondarily by Title (alphabetically).

So:

Shakespeare, William Much Ado About Nothing Shakespeare, William Richard the Second Shakespeare, William The Tempest

etc. Right now the results seem random within each author.

apjanco commented 1 month ago

list.js currently only supports sort with a single column: https://listjs.com/api/#sort This request would require a custom sort method, which is out of scope for the current project.

ZacharyLesser commented 1 month ago

Ok we will keep this issue as an enhancement for later development