Sorting of available items in binding overviews

Hello,

we have a sorting feature enabled in AvailableItems in a binding overview. It’s working, but it seems to be case sensitive. Is there somewhere a property or a configuration to change that?

Since our list is containing company names which sometimes start with an uppercase letter and other times with a lowercase letter, a case sensitive sorting might lead to a confusion (e.g. if the user does not know that it’s “mgm” and not “MGM” and is just looking at the items available for “M”).

Thanks,

Jana

Hi @jana-dark-core

Sorting in 2024.06 is set up in Data Services and possibly even in Solr (or whichever query tool you’re using).

There is no modeling setting for sorting other than setting ascending or descending.

In 2025.06, the Query API allows you to define case-insensitive sorting but this is still a developer setting. There is a ticket, A12-17338, that is looking to make this functionality modelable in the 2025.06 release line.

Ok, thank you!