The natural string sorting currently breaks down for filters if you have say 500 and 1,000 in a list of prices because it only looks at the first digit before the comma. It would be helpful if the algorithm could recognize standard number formats for natural string sorting because of groupings such as 500-1,000 and 1,001-2,000.