This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Description
The xml output of matcher.findDocumentMatchesByOptions has all the matching attributes listed. But, when the results are converted to JSON, only one attribute is returned.
XML output
fn:doc("/facets_practitioner.csv-0-1.json")/envelope/instance/text("PRPRID")
fn:doc("/facets_practitioner.csv-0-1.json")/envelope/instance/text("PersonLastName")
fn:doc("/facets_practitioner.csv-0-1.json")/envelope/instance/text("PersonFirstName")
JSON output
"result": [
{
"uri": "/facets_practitioner.csv-0-1.json",
"index": "1",
"score": "100",
"threshold": "Definitive Match",
"action": "merge",
"matches": [
{
"match": "fn:doc("/facets_practitioner.csv-0-1.json")/envelope/instance/text("PersonFirstName")"
}
]