CMS sorting bug - two filters

Hello,

I have a site that has 400+ CMS items in a collection. The collection is set to be sorted first alphabetically by name, then by year within that name group.
They are cars, to be specific, so all makes should be grouped and then sorted chronologically oldest to newest within the group. It works for the most part, but a few show up out of order by year.

Screen Shot 2023-10-02 at 2.40.52 PM

Everything in the back-end looks correct and there is no issue with capitals and non-capitals as seen in previous bugs

Read-only link: Webflow - GPC-Main

In the 100M Roaster item you have a space after the Austin in the Make field. That will sort below Austin without the extra space.

A better approach here might be to have a Make table and Ref it. It’s a fair bit of work to update but would give you the added benefit of an SEO boost, since you could then have make-specific pages such as an “Austin” page. I use this technique a lot and it works great.