Please Log in or Create an account to join the conversation.
It would be a select2 with searching if you didn't have so many fields. We disable the select2 if there's too many options, because it causes the JS from it to crash browsers. Until we can improve on the performance of our select2 usage it's how things have to function for now to avoid breaking backend usage entirely.I have over 200 different fields (on different conditionals). I am using userlists extensively and I have over 30 different of them. The sorting tab is ANNOYING since there is no "search" or data imput to search fields that one wants to sort about. I have to go through my 200 fields that are positioned at random to find the 2 fields that I am putting in sorting.
Sorting is extending the query directly. So it only sees the raw value stored in the database. We do not store translated strings, but always their untranslated.Would be great to know which value we should put into sorting. The one that is in DB or the translated one?
Install latest nightly CB Conditional and it'll display the field name instead of field title. Field name is always unique making it easier to find fields.Field creation: the conditional tab under integration uses the translated names. A bit bad luck if you have several different cells named TYPE since you cannot differentiate between them (the database name is different but the translated name is the same... there are not many variations of "type" that users would understand)
Sorting is planned in a later release, but you can accomplish that usage by having 2 userlists with 2 different sorting and displaying the userlist dropdown select.Otherwise, only thing I have to more is that it would be great to have in the user list an option that the user can decide how they want to sort the userlists eg: munich.international-friends.net/useful-...marketplace/clothes2
Please Log in or Create an account to join the conversation.
krileon wrote:
It would be a select2 with searching if you didn't have so many fields. We disable the select2 if there's too many options, because it causes the JS from it to crash browsers. Until we can improve on the performance of our select2 usage it's how things have to function for now to avoid breaking backend usage entirely.I have over 200 different fields (on different conditionals). I am using userlists extensively and I have over 30 different of them. The sorting tab is ANNOYING since there is no "search" or data imput to search fields that one wants to sort about. I have to go through my 200 fields that are positioned at random to find the 2 fields that I am putting in sorting.
Sorting is extending the query directly. So it only sees the raw value stored in the database. We do not store translated strings, but always their untranslated.Would be great to know which value we should put into sorting. The one that is in DB or the translated one?
Install latest nightly CB Conditional and it'll display the field name instead of field title. Field name is always unique making it easier to find fields.Field creation: the conditional tab under integration uses the translated names. A bit bad luck if you have several different cells named TYPE since you cannot differentiate between them (the database name is different but the translated name is the same... there are not many variations of "type" that users would understand)
Sorting is planned in a later release, but you can accomplish that usage by having 2 userlists with 2 different sorting and displaying the userlist dropdown select.Otherwise, only thing I have to more is that it would be great to have in the user list an option that the user can decide how they want to sort the userlists eg: munich.international-friends.net/useful-...marketplace/clothes2
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.