Skip to content

Conversation

vincent-pochet
Copy link
Collaborator

Description

This PR fixes the in advance filter matching for filters defined using the ALL_FILTER_VALUES

Today if a filter is defined with the following structure

{
  "scheme": ["visa", "mastercard"],
  "card_type": ["__ALL_FILTER_VALUES__"]
}

it should match an event sent with the following properties: {"scheme": "visa", "card_type": "debit" } but it's not

@vincent-pochet vincent-pochet force-pushed the fix-filter-in-advance branch from 88f3aa5 to 2b7d366 Compare June 16, 2025 14:01
@vincent-pochet vincent-pochet merged commit 10acb2e into main Jun 16, 2025
14 checks passed
@vincent-pochet vincent-pochet deleted the fix-filter-in-advance branch June 16, 2025 14:07
diegocharles pushed a commit that referenced this pull request Jul 11, 2025
## Description

This PR fixes the in advance filter matching for filters defined using
the `ALL_FILTER_VALUES`

Today if a filter is defined with the following structure
```json
{
  "scheme": ["visa", "mastercard"],
  "card_type": ["__ALL_FILTER_VALUES__"]
}
```

it should match an event sent with the following properties: `{"scheme":
"visa", "card_type": "debit" }` but it's not
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