You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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).
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
The text was updated successfully, but these errors were encountered: