When you click on it, it displays posts in semi-chronological order. A few in the right order, then a post from a different day jumps in, then back to normal order. What’s the deal? Is the sorting algorithm just screwy?
On a related note, has anyone ever tried to sort results from an IMNA event by swim (or bike, or run) overall rank? After the DNFs, you get the guy with the fastest swim (rank 1), then rank 10, 100, 1000, 1001-1009, 101, 1010-1019, 102, etc, etc. It’s actually pretty funny.
I’ve never had any sorting issues using the IMNA results widget. Are you sorting an ASCII file yourself? If so and using Unix/SunOS/Linux/etc., use the -n switch of the sort command (numeric sort).
No, that’s what the results do if you sort by place. If you sort by time it does the swim times a little out of order as well (doesn’t handle the sub-1 hr and over 1-hr in the correct order).