Skip to content

Commit cc98bfd

Browse files
authored
Update to output field mapping
1 parent 2e086f9 commit cc98bfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workshops/Module 4.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ To get the URI, you will need to get it from the published skill you tested in m
161161
},
162162
...
163163
```
164-
Remember that *document/diseases* refers to an array of strings, something like this:
164+
Remember that *document/diseases/** refers to an array of strings, something like this:
165165
```
166166
"document/diseases": ["heart failure", "morquio", ...]
167167
```
@@ -251,7 +251,7 @@ https://{your-service-name-goes-here}.search.windows.net/indexers/clinical-trial
251251
"outputFieldMappings": [
252252
...,
253253
{
254-
"sourceFieldName": "/document/diseases",
254+
"sourceFieldName": "/document/diseases/*/name",
255255
"targetFieldName": "diseases",
256256
"mappingFunction": null
257257
},

0 commit comments

Comments
 (0)