Skip to content

Support comma-separated values in text column filters (#348)#354

Merged
erikdarlingdata merged 1 commit intodevfrom
feature/comma-separated-filters
Feb 27, 2026
Merged

Support comma-separated values in text column filters (#348)#354
erikdarlingdata merged 1 commit intodevfrom
feature/comma-separated-filters

Conversation

@erikdarlingdata
Copy link
Owner

Summary

  • Text filter operators (Contains, Equals, NotEquals, StartsWith, EndsWith) now accept comma-separated values
  • Contains/Equals/StartsWith/EndsWith match ANY term (OR logic)
  • NotEquals excludes ALL terms (AND logic) — e.g., db1, db2 excludes both
  • Numeric operators (>, <, >=, <=) unchanged
  • Applied to both Dashboard and Lite popup filters

Test plan

  • Both projects build clean
  • Verify comma-separated Contains shows rows matching any term
  • Verify comma-separated NotEquals excludes all listed values
  • Verify single-value filters still work as before

🤖 Generated with Claude Code

Text filter operators (Contains, Equals, NotEquals, StartsWith, EndsWith)
now accept comma-separated values. Contains/Equals/StartsWith/EndsWith
match ANY term (OR logic), NotEquals excludes ALL terms (AND logic).
e.g., NotEquals "db1, db2" excludes both databases. Applied to both
Dashboard and Lite popup filters.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit a644408 into dev Feb 27, 2026
3 checks passed
@erikdarlingdata erikdarlingdata deleted the feature/comma-separated-filters branch February 27, 2026 23:01
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.

1 participant