Skip to content

Update Array filter multi-value delimiter to ';' to match IN/NOT IN filter types#205

Merged
XingY merged 3 commits intodevelopfrom
fb_mvtc_convert
Feb 17, 2026
Merged

Update Array filter multi-value delimiter to ';' to match IN/NOT IN filter types#205
XingY merged 3 commits intodevelopfrom
fb_mvtc_convert

Conversation

@XingY
Copy link
Contributor

@XingY XingY commented Jan 27, 2026

Rationale

ARRAY filter types was previously using ',' as multi value delimiter. This poses challenge in supporting array <-> string filter type conversions since the matched filter types of string type uses ';' as multi value delimiter. Since array field is still under an experimental flag, this PR updates them to use ';' as delimiter, to allow save filter conversion between different data types.

Related Pull Requests

Changes

@XingY XingY merged commit 9ee0ef4 into develop Feb 17, 2026
3 checks passed
@XingY XingY deleted the fb_mvtc_convert branch February 17, 2026 21:51
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