Skip to content

Commit

Permalink
add deterministic rule with null comparator
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewErispe committed Jul 29, 2024
1 parent 2fd3f80 commit 9a9bff5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions devops/linux/docker/data-config/config-reference-link-d.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,13 @@
],
"text": "eq(national_id)"
},
{
"vars": [
"national_id",
"phone_number"
],
"text": "null(national_id) and eq(phone_number)"
},
{
"vars": [
"given_name",
Expand Down

0 comments on commit 9a9bff5

Please sign in to comment.