Skip to content

Commit 5e42e38

Browse files
Merge pull request #216816 from MicrosoftDocs/diberry-patch-2
Cog Serv - search website - JS - bulk insert - highlights
2 parents 1ed2116 + 13f7952 commit 5e42e38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/tutorial-javascript-create-load-index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The script uses the Azure SDK for Cognitive Search:
6262
* YOUR-SEARCH-RESOURCE-NAME
6363
* YOUR-SEARCH-ADMIN-KEY
6464

65-
:::code language="javascript" source="~/azure-search-javascript-samples/search-website-functions-v4/bulk-insert/bulk_insert_books.js" highlight="16,17" :::
65+
:::code language="javascript" source="~/azure-search-javascript-samples/search-website-functions-v4/bulk-insert/bulk_insert_books.js" highlight="14,16,17,27-38,83,92,119" :::
6666

6767
1. Open an integrated terminal in Visual Studio for the project directory's subdirectory, `search-website-functions-v4/bulk-insert`, and run the following command to install the dependencies.
6868

@@ -96,4 +96,4 @@ The script uses the Azure SDK for Cognitive Search:
9696
9797
## Next steps
9898
99-
[Deploy your Static Web App](tutorial-javascript-deploy-static-web-app.md)
99+
[Deploy your Static Web App](tutorial-javascript-deploy-static-web-app.md)

0 commit comments

Comments
 (0)