Skip to content

Commit 1786467

Browse files
committed
edits
1 parent 25f0a7e commit 1786467

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The script uses the Azure SDK for Cognitive Search:
9696
9797
9898
1. As the code runs, the console displays progress.
99-
1. When the upload is complete, the last statement printed to the console is "Done. Press any key to close the terminal.".
99+
1. When the upload is complete, the last statement printed to the console is "Done! Upload complete".
100100
101101
## Review the new Search Index
102102

articles/search/tutorial-python-search-query-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.devlang: python
1717
In the previous lessons, you added search to a Static Web App. This lesson highlights the essential steps that establish integration. If you're looking for a cheat sheet on how to integrate search into your Python app, this article explains what you need to know.
1818

1919
The application is available:
20-
* [Sample](https://github.com/Azure-Samples/azure-search-python-samples/tree/master/search-website-functions-v4-functions-v4)
20+
* [Sample](https://github.com/Azure-Samples/azure-search-python-samples/tree/master/search-website-functions-v4)
2121
* [Demo website - aka.ms/azs-good-books](https://aka.ms/azs-good-books)
2222

2323
## Azure SDK azure-search-documents
@@ -49,7 +49,7 @@ The Azure Function pulls in the search configuration information, and fulfills t
4949

5050
Call the Azure Function in the React client with the following code.
5151

52-
:::code language="javascript" source="~/azure-search-python-samples/search-website-functions-v4/client/src/pages/Search/Search.js" highlight="42-55" :::
52+
:::code language="javascript" source="~/azure-search-python-samples/search-website-functions-v4/client/src/pages/Search/Search.js" highlight="40-53" :::
5353

5454
## Azure Function: Suggestions from the catalog
5555

0 commit comments

Comments
 (0)