From cc98bfd1a2a1a98849bc0cdbb813bb209318aae5 Mon Sep 17 00:00:00 2001 From: cynotebo Date: Tue, 29 Oct 2019 15:54:34 -0700 Subject: [PATCH] Update to output field mapping --- workshops/Module 4.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workshops/Module 4.md b/workshops/Module 4.md index 5e3e1c2c..e18a5833 100644 --- a/workshops/Module 4.md +++ b/workshops/Module 4.md @@ -161,7 +161,7 @@ To get the URI, you will need to get it from the published skill you tested in m }, ... ``` -Remember that *document/diseases* refers to an array of strings, something like this: +Remember that *document/diseases/** refers to an array of strings, something like this: ``` "document/diseases": ["heart failure", "morquio", ...] ``` @@ -251,7 +251,7 @@ https://{your-service-name-goes-here}.search.windows.net/indexers/clinical-trial "outputFieldMappings": [ ..., { - "sourceFieldName": "/document/diseases", + "sourceFieldName": "/document/diseases/*/name", "targetFieldName": "diseases", "mappingFunction": null },