I have a custom query that sorts my a numeric meta_value in DESC order.
The problem is that it seems to be ordering based on the first digit of a number first and then second etc.
For example, a numeric value of 3 is ranked greater than a numeric value of 29.
Any suggestions?