[Feature] Search recipient data across hidden address fields #70

Closed
opened 2026-07-14 20:08:42 +02:00 by zemion · 1 comment
Owner

Problem / User Need

Campaign recipient-data search should find matches in addresses and fields that are not currently visible in the table.

Acceptance Criteria

  • Search covers all relevant recipient address fields, including hidden/not-shown address columns.
  • The UI communicates when a row matched hidden data.
  • Search remains consistent with filtering and pagination semantics.
## Problem / User Need Campaign recipient-data search should find matches in addresses and fields that are not currently visible in the table. ## Acceptance Criteria - Search covers all relevant recipient address fields, including hidden/not-shown address columns. - The UI communicates when a row matched hidden data. - Search remains consistent with filtering and pagination semantics.
Author
Owner

Codex State: done

Summary

  • Recipient filtering searches From, Reply-To, every To, CC, and BCC value across the complete client result before pagination.
  • Rows whose primary To value did not match now identify the hidden category and address that matched.

Changed Files

  • govoplan-campaign@4a120e8
  • govoplan-core@6970bf7

Verification

  • test:recipient-search passed
  • Core DataGrid full-result pagination regression passed
  • full linked WebUI build passed
## Codex State: done ### Summary - Recipient filtering searches From, Reply-To, every To, CC, and BCC value across the complete client result before pagination. - Rows whose primary To value did not match now identify the hidden category and address that matched. ### Changed Files - `govoplan-campaign@4a120e8` - `govoplan-core@6970bf7` ### Verification - `test:recipient-search passed` - `Core DataGrid full-result pagination regression passed` - `full linked WebUI build passed`
zemion removed the
status
ready
codex/ready
labels 2026-07-30 05:28:54 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: GovOPlaN/govoplan-campaign#70