Different sorting on consistency view
Opened this issue · 1 comments
TheoChevalier commented
The idea is that, the longer the string is, higher are the chances that the detected inconsistency is legit.
So maybe we should sort the results by length, displaying the longer strings first? The current alpha sorting does not have any real meaning anyway.
My main concern would be on perf side, and that might be the reason why we’re not already doing that
flodolo commented
I didn't really think about a different sorting. I'm also quite worried that it would take a toll in performance: we could order items when first displaying the strings, but it would be lost if we make the table sortable (unless we create some hidden column to store the original order).