Skip to content

Commit 32db1ce

Browse files
author
Adam Soos
committed
WS-3224: update record-similarity example
1 parent a4e8e4c commit 32db1ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/record_similarity.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"primaryName" => array("text" => "Ethan R", "language" => "eng", "script" => "Latn", "entityType" => "PERSON", "languageOfOrigin" => "eng"),
3333
"dob" => "1993-04-16",
3434
"addr" => "123 Roadlane Ave",
35-
"dob2" => array("date" => "1993/04/16")
35+
"dob2" => array("date" => "04161993", "format" => "MMddyyyy")
3636
),
3737
array(
3838
"dob" => array("date" => "1993-04-16"),
@@ -47,7 +47,7 @@
4747
array(
4848
"dob" => array("date" => "1993-04-16"),
4949
"primaryName" => "Ivan R",
50-
"addr" => array("address" => "123 Roadlane Ave"),
50+
"addr" => array("houseNumber" => "123", "road" => "Roadlane Ave"),
5151
"dob2" => array("date" => "1993/04/16")
5252
)
5353

0 commit comments

Comments
 (0)