Skip to content

Conversation

@XingY
Copy link
Contributor

@XingY XingY commented Jan 12, 2026

Rationale

This PR adds support for multi-value text choice properties, enabling users to select multiple values for text choice fields. This functionality is controlled by an experimental feature flag and is only supported on PostgreSQL databases for data types that are backed by provisioned table.

Related Pull Requests

Changes

  • Added allowMultiChoiceProperties() method to various DomainKind implementations (DatasetDomainKind, ListDomainKind, DataClassDomainKind, SampleTypeDomainKind)
  • Implemented new array comparison operators (ARRAY_CONTAINS_ALL, ARRAY_CONTAINS_ANY, ARRAY_CONTAINS_NONE, ARRAY_MATCHES, ARRAY_NOT_MATCHES) for filtering multi-choice fields
  • Added support for PostgreSQL array types in SQL dialects and JDBC type handling
  • Updated frontend dependencies to version for @labkey/components and @labkey/api

This comment was marked as resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants