Skip to content

Conversation

turbo-ele
Copy link

Multiselect values are being returned as arrays, therefore the cast to string fails and throws an exception.

Background:
Until now, each value of a classificationstore keyconfig is being stored as array of strings (with just one possible value in the array). E.g.

    "classificationStoreName": {
      "values": {
        "1": [
          "test_value"
        ],
        "4": [
          "another_test_value"
        ],

With this change, the index will now have multiple values, when multiple select elements were selected.

    "classificationStoreName": {
      "values": {
        "1": [
          "test_value"
        ],
        "4": [
          "another_test_value",
          "yet_another_test_value"
        ],

@turbo-ele turbo-ele force-pushed the bugfix/multiselect-index-classificationstore branch from 11e8d4d to 4e3bb3d Compare June 23, 2025 10:13
Copy link

@fashxp fashxp added the Bug label Aug 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants