Skip to content

Commit be6d92a

Browse files
committed
Added a heading and intro
1 parent 98318cc commit be6d92a

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

Quickstart/azure-search-quickstart.ipynb

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"In the first cell, load the libraries used for working with JSON and formulating HTTP requests."
7+
"# Create a search index using REST APIs and Python"
8+
]
9+
},
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {},
13+
"source": [
14+
"This Jupyter Notebook demonstrates index creation, data ingestion, and queries of an Azure Cognitive Search index by calling the REST APIs from Python code. This notebook is a companion document to this [Python quickstart](https://docs.microsoft.com/azure/search/search-get-started-python). \n",
15+
"\n",
16+
"\n",
17+
"As a first step, load the libraries used for working with JSON and formulating HTTP requests."
818
]
919
},
1020
{
@@ -294,7 +304,7 @@
294304
"cell_type": "markdown",
295305
"metadata": {},
296306
"source": [
297-
"By default, the search engine returns the top 50 documents but you can use $top and $skip to add pagination and choose how many documents in each result. This query returns two documents in each result set."
307+
"By default, the search engine returns the top 50 documents but you can use top and skip to add pagination and choose how many documents in each result. This query returns two documents in each result set."
298308
]
299309
},
300310
{

0 commit comments

Comments
 (0)