upenndigitalscholarship / deep

MIT License
3 stars 1 forks source link

Re-sorting results messes up the numbering #194

Closed ZacharyLesser closed 3 months ago

ZacharyLesser commented 6 months ago

When you get initial results, they are numbered. But if you then re-sort the results by a column (e.g., DEEP #, Year, Author...), the numbering of results is static, so then the newly sorted results are in a crazy order:

1 ... 5 ... 75 ... 2 ... 3 ...

We need the numbering to remain a simple count of rows, even if the results are re-sorted in a different order.