Swapped the compare functions associated with LEAST_MATCHED and MOST_MATCHED. Ordering appears correct now, this is from my local version with the change:
This should also address the same pattern I was noticing when implementing a frontend sort for #1249. I can put a PR in for that as soon as this is resolved!
Resolves #1298
Swapped the compare functions associated with
LEAST_MATCHED
andMOST_MATCHED
. Ordering appears correct now, this is from my local version with the change:This should also address the same pattern I was noticing when implementing a frontend sort for #1249. I can put a PR in for that as soon as this is resolved!