Using the "order" parameter for a numeric field, results in retrieving the list in alphabeticall order, instead of numerical order.
Example:
Using "?_order=id" returns next sequence: "1, 10, 11, 12, 2, 3, 4, 5, 6, 7, 8, 9", instead of "1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12"
Using the "order" parameter for a numeric field, results in retrieving the list in alphabeticall order, instead of numerical order.
Example:
Using "?_order=id" returns next sequence: "1, 10, 11, 12, 2, 3, 4, 5, 6, 7, 8, 9", instead of "1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12"