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
When sorting cards in the Deck Builder, and trying to do ascending/descending sort on a column with numbers, it sorts as if it was sorting strings, by sorting the leftmost digit first, creating "sorted" sequences such as 1, 11, 2, 25, 3, etc.
NOTE: This is while playing Warhammer 40k Conquest, so the issue might be limited to the way the database of cards is set up for this specific plugin, with the relevant fields being typed "String" instead of "Integer", or it might be lack of client support for proper integer sorting, unsure of that.
The text was updated successfully, but these errors were encountered:
it would probably be a good choice to get the string sorting algorithm to sort integer strings better, but this is definitely caused by those values being defined as strings rather than integers, which is supported.
there are apparently issues with them currently though, see #1696
When sorting cards in the Deck Builder, and trying to do ascending/descending sort on a column with numbers, it sorts as if it was sorting strings, by sorting the leftmost digit first, creating "sorted" sequences such as 1, 11, 2, 25, 3, etc.
NOTE: This is while playing Warhammer 40k Conquest, so the issue might be limited to the way the database of cards is set up for this specific plugin, with the relevant fields being typed "String" instead of "Integer", or it might be lack of client support for proper integer sorting, unsure of that.
The text was updated successfully, but these errors were encountered: