voyanttools / Voyant

GNU General Public License v3.0
76 stars 6 forks source link

Not sorting on Words/Sentence #99

Open GeoffreyRockwell opened 5 months ago

GeoffreyRockwell commented 5 months ago

In this corpus: https://voyant-tools.org/?corpus=52834afa86a6907f08696d2fc32445ff

If I set the Documents tool to sort descending on Words/Sentence column, it doesn't seem to sort on the numbers.

ajmacdonald commented 5 months ago

Note to self: standardize sorting between https://github.com/voyanttools/trombone/blob/master/src/main/java/org/voyanttools/trombone/model/IndexedDocument.java#L51 and https://github.com/voyanttools/Voyant/blob/687198e2ecd56e3352d7bb5113755574846d7025/src/main/webapp/app/panel/Documents.js#L193-L275