Skip to content

Allow == and != against empty string - #401

Open
mgaffigan wants to merge 1 commit into
OpenIntegrationEngine:mainfrom
mgaffigan:feat/search-empty-metadata
Open

Allow == and != against empty string#401
mgaffigan wants to merge 1 commit into
OpenIntegrationEngine:mainfrom
mgaffigan:feat/search-empty-metadata

Conversation

@mgaffigan

Copy link
Copy Markdown
Contributor

Closes #300

Example channel for testing
search for empty string.xml

Test matrix:

  1. Searching for == '' works on message with matching empty metadata
  2. Searching for != '' works on message with matching populated metadata
  3. Searching for == '' does not match on message with populated metadata
  4. Searching for != '' does not match on message with empty metadata
  5. Other filter operators continue being ignored if the value is ''

Signed-off-by: Mitch Gaffigan <mitch.gaffigan@comcast.net>
@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown

Test Results

666 tests  +3   666 ✅ +3   2m 24s ⏱️ + 1m 7s
112 suites +1     0 💤 ±0 
112 files   +1     0 ❌ ±0 

Results for commit 2b2d4fe. ± Comparison against base commit 762e072.

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.

[BUG] Can't search for empty metadata

1 participant