You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/search/search-explorer.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,25 +13,25 @@ ms.date: 03/27/2020
13
13
14
14
# Quickstart: Use Search explorer to run queries in the portal
15
15
16
-
**Search explorer** is a built-in query tool used for running queries against a search index in Azure Cognitive Search. This tool makes it easy to learn query syntax, test a query or filter expression, or validate the results of an index refresh by looking up a specific document.
16
+
**Search explorer** is a built-in query tool used for running queries against a search index in Azure Cognitive Search. This tool makes it easy to learn query syntax, test a query or filter expression, or confirm the results of an index refresh by verifying newer content exists.
17
17
18
-
This quickstart uses a sampleindex and data to learn Search explorer. Requests are formulated using the [Search REST API](https://docs.microsoft.com/rest/api/searchservice/), with responses returned as JSON documents.
18
+
This quickstart uses **realestate-us-sample-index**to demonstrate Search explorer. Requests are formulated using the [Search REST API](https://docs.microsoft.com/rest/api/searchservice/), with responses returned as JSON documents.
19
19
20
20
## Prerequisites
21
21
22
22
+[Create an Azure Cognitive Search service](search-create-service-portal.md) or [find an existing service](https://ms.portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.Search%2FsearchServices) under your current subscription. You can use a free service for this quickstart.
23
23
24
-
+**realestate-us-sample-index** is used for this quickstart. You can step through the [**Import data**](search-import-data-portal.md) wizard to generate the index from the built-in samples data source.
24
+
+**realestate-us-sample-index** is used for this quickstart. Step through the [**Import data**](search-import-data-portal.md) wizard to generate the index from the built-in samples data source.
25
25
26
26
## Start Search explorer
27
27
28
28
1. In the [Azure portal](https://portal.azure.com), open the search service page from the dashboard or [find your service](https://ms.portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.Search%2FsearchServices).
29
29
30
-
1. Open Search explorer. You can start it from the command bar:
30
+
1. Open Search explorer from the command bar:
31
31
32
32

33
33
34
-
Or use the **Search explorer** tab on an open index:
34
+
Or use the embedded **Search explorer** tab on an open index:
35
35
36
36

37
37
@@ -79,7 +79,7 @@ Add **$count=true** to get the number of matches found in an index. On an empty
79
79
80
80
## Limit fields in search results
81
81
82
-
Add [**$select**](search-query-odata-select) to limit results to the explicitly named fields for more readable output in **Search explorer**. To keep the search string and **$count=true**, prefix arguments with **&**.
82
+
Add [**$select**](search-query-odata-select.md) to limit results to the explicitly named fields for more readable output in **Search explorer**. To keep the search string and **$count=true**, prefix arguments with **&**.
0 commit comments