Skip to content

Commit 513c5ff

Browse files
committed
Updating search-get-started-portal.md
1 parent 837f1e7 commit 513c5ff

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/search/search-get-started-portal.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The wizard creates multiple objects on your search service, including a [searcha
2929

3030
+ An Azure AI Search service. [Create a service](search-create-service-portal.md) or [find an existing service](https://portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.Search%2FsearchServices) in your current subscription. You can use a free service for this quickstart.
3131

32-
+ Completion of [Import data wizards in the Azure portal](search-import-data-portal.md).
32+
+ Familiarity with the wizard. See [Import data wizards in the Azure portal](search-import-data-portal.md) for details.
3333

3434
### Check for network access
3535

@@ -95,7 +95,7 @@ To skip this step in the wizard:
9595

9696
The wizard infers a schema for the hotels-sample index. To configure the index:
9797

98-
1. Accept the system-generated values for the **Index name** (_hotels-sample-index_) and **Key** (_HotelId_) fields.
98+
1. Accept the system-generated values for the **Index name** (_hotels-sample-index_) and **Key** (_HotelId_).
9999

100100
1. Accept the system-generated values for all field attributes.
101101

@@ -107,7 +107,7 @@ At a minimum, the search index requires a name and a collection of fields. The w
107107

108108
Each field has a name, a data type, and attributes that control how the field is used in the index. Use the checkboxes to enable or disable the following attributes:
109109

110-
| Attribute | Description | Possible data types |
110+
| Attribute | Description | Applicable data types |
111111
|-----------|-------------|------------------------|
112112
| Retrievable | Fields returned in a query response. | Strings and integers |
113113
| Filterable | Fields that accept a filter expression. | Integers |
@@ -181,7 +181,7 @@ To query your search index:
181181

182182
:::image type="content" source="media/search-get-started-portal/search-explorer-query-string.png" alt-text="Screenshot that shows how to enter and run a query in the Search Explorer tool.":::
183183

184-
1. Use the mini map to jump to nonvisible areas of the output.
184+
1. To jump to nonvisible areas of the output, use the mini map.
185185

186186
:::image type="content" source="media/search-get-started-portal/search-explorer-query-results.png" alt-text="Screenshot that shows long results for a query in the Search Explorer tool and the mini-map.":::
187187

@@ -249,7 +249,7 @@ The default syntax is [simple syntax](query-simple-syntax.md), but if you want f
249249

250250
Misspelled query terms, like `seatle` instead of `Seattle`, don't return matches in a typical search. The `queryType=full` parameter invokes the full Lucene query parser, which supports the tilde (`~`) operand. When these parameters are present, the query performs a fuzzy search for the specified keyword and matches on terms that are similar but not an exact match.
251251

252-
Take a minute to try these example queries for your index. To learn more about queries, see [Querying in Azure AI Search](search-query-overview.md).
252+
Take a minute to try these example queries on your index. For more information, see [Querying in Azure AI Search](search-query-overview.md).
253253

254254
## Clean up resources
255255

@@ -258,7 +258,7 @@ When you work in your own subscription, it's a good idea at the end of a project
258258
In the Azure portal, you can find and manage resources for your service under **All resources** or **Resource groups** in the left pane.
259259

260260
> [!NOTE]
261-
> Free search services are limited to three indexes, three indexers, and three data sources. To stay under the limit, you can delete individual objects in the Azure portal.
261+
> If you're using a free search service, remember that the limit is three indexes, three indexers, and three data sources. You can delete individual objects in the Azure portal to stay under the limit.
262262
263263
## Next steps
264264

0 commit comments

Comments
 (0)