I have a custom field that I want to use in the orderby field. This field is a price field. When I put in the code to orderby=“price”, it does order it, but not as expected. It doesn’t do it by numerical value, but by character value (I think). So this could be an output for example:
100000
10000000
1010000
110000
134500
200000
2000000
How do I get a numerical sort from lowest to highest?
