Skip to content

Commit

Permalink
Update to output field mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
cynotebo authored Oct 29, 2019
1 parent 2e086f9 commit cc98bfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workshops/Module 4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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", ...]
```
Expand Down Expand Up @@ -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
},
Expand Down

0 comments on commit cc98bfd

Please sign in to comment.